forked from snowflakedb/snowflake-sqlalchemy
-
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
Snowflakedb main #2
Merged
Merged
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
…rrow result format (snowflakedb#370)
* feat: Add temporary option to the create stage command. * update changelog * Update tests/test_create.py Co-authored-by: Adam Ling <adam.ling@snowflake.com> --------- Co-authored-by: DanCardin <ddcardin@gmail.com> Co-authored-by: Adam Ling <adam.ling@snowflake.com>
* Bump up version to 1.4.8 * update version * update release version to 1.5.0
…nowflakedb#446) * SNOW-892284: Fix boolean parameter parsing from URL query * Fix cache_column_metadata being parsed as connector argument cache_column_metadata is a snowflake-sqlalchemy argument, not a snowflake-connector-python argument so it should be set and ommitted from the arguments list before the call to the connector is made. * Add link to Github issue for dealing with other URL param types * Add patch note * Handle case when cache_column_metadata isn't set * Load cache_column_metadata from query * Add fallthrough for unknown parameters * Fix lint * Update DESCRIPTION.md * Add more inline documentation --------- Co-authored-by: Saulius Beinorius <saulius.beinorius@wolt.com>
* SNOW-1065172-gh-workflow-optimization: workflow optimisation --------- Co-authored-by: Adam Stus <adam.stus@snowflake.com> Co-authored-by: Tomasz Urbaszek <tomasz.urbaszek@snowflake.com>
…g repository name (snowflakedb#476)
…nv to metadata (snowflakedb#486) * SNOW-1324105-dependency-pinning: move versions pinning from project env to metadata * SNOW-1324105-dependency-pinning: update version and description * SNOW-1324105-dependency-pinning: remove duplicated command in CI job
…canning (snowflakedb#491) * mraba/snyk-support-requirements: add requirements.txt file for snyk scanning * mraba/snyk-support-requirements: add script for generating requirements and filename fix * mraba/snyk-support-requirements: finish last line with new line * mraba/snyk-support-requirements: add pre-commit hook for auto generating requirements.txt
…flakedb#492) * mraba/gh-actions-update: bump github actions versions to latest * mraba/gh-actions-update: set persist-credentials to false in checkout actions
…nowflakedb#493) * Update base.py to add ability to set ORDER / NOORDER sequence * Set ORDER / NOORDER only if the argument was set. Add test_table_with_identity unit test.
* Update DESCRIPTION.md * mraba/description_update: drop trailing space
SNOW-1058245-sqlalchemy-20-support: Add support for installation SQLAlchemy 2.0
* SNOW-1516075: use SQLALchemy 2.0 as default dependency
SNOW-1519875: update publish branch workflow for v1.6.1
* Add test with large object
…ace (snowflakedb#532) * SNOW-1655751: register overwritten functions under `snowflake` namespace
…lakedb#531) * Add support for dynamic tables * Update DESCRIPTION.md * Remove unnesary code to support dynamic tables in sqlalchemy 1.4 * Fix bug to support sqlalchemy v1.4 * Add syrupy * Remove non necessary parameter * Add snapshots
* Add support for hybrid tables * Update DESCRIPTION.md and add support for indexes
…snowflakedb#537) * Add generic options and remove schema options
LGTM |
…chemy into snowflakedb-main
cheunhong
force-pushed
the
snowflakedb-main
branch
from
October 24, 2024 04:50
039e03e
to
1651bfa
Compare
shersonlin
approved these changes
Oct 24, 2024
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.
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.