Skip to content
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 51 commits into from
Oct 24, 2024
Merged

Snowflakedb main #2

merged 51 commits into from
Oct 24, 2024

Conversation

cheunhong
Copy link
Member

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes #NNNN

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding new credentials
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

    Please write a short description of how your code change solves the related issue.

dependabot bot and others added 30 commits February 4, 2023 00:53
* 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>
…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
sfc-gh-mraba and others added 19 commits April 22, 2024 10:35
…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
…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
@shersonlin
Copy link

LGTM

@cheunhong cheunhong merged commit 166d825 into main Oct 24, 2024
8 of 11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.