forked from snowflakedb/snowflake-connector-python
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix pyarrow Table type hinting in cursor.py #1
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d json result is empty (snowflakedb#1239)
…d refactor Telemetry data (snowflakedb#1243)
…edb#1238) * SNOW-641540 Fix dtypes of fetch_pandas_all for empty result (snowflakedb#1226) * SNOW-641540 Fix dtypes of fetch_pandas_all for empty result When the result is empty, the pandas dataframe information is lost when creating the iterator. To keep the information, we store the to_pandas result, and use it for empty dataframe case. * Address comment * use list * format * Add DESCRIPTION
… chunk rowcount (snowflakedb#1249) * Attempt to add INFO level logging message regarding first chunk rowcount * Added test for logging results in first chunk * Moved log tests to test_insert_select, test_insert_and_select_by_separate_connection, and test_fetchmany
…yum clean to reduce image size (snowflakedb#1257)
…wflakedb#1252) * Exposed to_parquet kwargs parameter in write_pandas * Added tests for kwargs and explicit type annotation * Reduced parametrization for tests
* SNOW-669945 Bump cryptography version to <39.0.0 Description This version bump is to avoid version conflict with pyOpenSSL Testing Added a new workflow test to run pip-compile * setup python * move test to tox and merge pip install in fips * Add merge gate using tox
* Fix special case for chunk helper * Address PR comment * Update src/snowflake/connector/pandas_tools.py Address PR comments Co-authored-by: Mark Keller <[email protected]> * Address PR comments Co-authored-by: Mark Keller <[email protected]>
…ion (snowflakedb#1273) * Parallelize closing check * Use reversed insertion order * Fix tests * Fix tests * Address PR comments and add test * Change value type to None * Address PR comments * Break after first positive and attempt to cancel future execution
…snowflakedb#1288) * SNOW-680774 Check CLIENT_LOG_DIR_PATH_DOCKER for ENABLE_TELEMETRY_LOG Description test_util is supposed to only be used by snowflake regression test, but currently it runs for all Jenkins linux hosts, which is not desired. A quick fix is to also check CLIENT_LOG_DIR_PATH_DOCKER, which presumbly is not used by most customers if not all. Testing existing tests * fix fix_lint * address comment Co-authored-by: Mark Keller <[email protected]>
…8.1 (snowflakedb#1303) * SNOW-683718: Bumped up PythonConnector PATCH version from 2.8.0 to 2.8.1
* Update Jenkinsfile * Update Jenkinsfile
* Fix urllib bug in vendored library * changelog updates
* SNOW-892716 Improve localfs put/get test Description This is a long overdue improvement from early slack message from Brandon Testing unit test * comment
…st to account for server inconsistencies (snowflakedb#1790)
…edb#1787) Co-authored-by: Jenkins User <snowflake-provisioner> Co-authored-by: Kiran Dama <[email protected]> Co-authored-by: github-actions <[email protected]>
* updating vendored requests to 2.31.0 * updating vendored urllib3 to 1.26.18 * putting back urllib3 pin * adding changelog entry --------- Co-authored-by: Sophie Tan <[email protected]>
…edb#1797) * Preparation for 3.4.1 release * Update requirements files * Add version change * Change release date to tomorrow --------- Co-authored-by: github-actions <[email protected]>
Co-authored-by: Benny Lu <[email protected]> Co-authored-by: Benny Lu <[email protected]>
…flakedb#1719) Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v1.0.0...v2.1.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shixuan Fan <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
author_email
in setup.cfg (Updateauthor_email
in setup.cfg snowflakedb/snowflake-connector-python#1150)extTypeName
from the returned json result is empty snowflakedb/snowflake-connector-python#1239)write_pandas
atomicity whenoverwrite=True
(SNOW-669650: Fixwrite_pandas
atomicity whenoverwrite=True
snowflakedb/snowflake-connector-python#1291)needs triage
label (SNOW-754180 Update feature requests to include aneeds triage
label snowflakedb/snowflake-connector-python#1467)Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #NNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.