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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
dc1fe3d
Update snowflake-connector-python requirement from <3.0.0 to <4.0.0 (…
dependabot[bot] Feb 4, 2023
172e5d2
V1.4.6 release preparation (#384)
sfc-gh-aling Feb 8, 2023
13f543d
SNOW-741094: add py311 to matrix (#385)
sfc-gh-aling Feb 9, 2023
ab1bd05
SNOW-716374: reapply telemetry change of application and test panda a…
sfc-gh-aling Mar 6, 2023
0d6ae47
SNOW-733235: Returning correct exception when table does not exist (#…
davidov541 Mar 14, 2023
63e5e20
SNOW-743102: fix create_engine("snowflake://").dialect (#387)
rooterkyberian Mar 14, 2023
c14e817
render func.now() as CURRENT_TIMESTAMP (#396)
sjhewitt Mar 17, 2023
d68cc65
SNOW-761991 Update license to 2023 (#398)
sfc-gh-sfan Mar 17, 2023
b161892
SNOW-762194: 1.4.7 release preparation (#399)
sfc-gh-aling Mar 21, 2023
7baaa1a
SNOW-760002: add stale issue clean bot (#401)
sfc-gh-aling Apr 5, 2023
8733872
SNOW-518659 changelog bot public repositories (#407)
sfc-gh-mkeller Apr 19, 2023
b48e420
Update cla_bot.yml (#409)
sfc-gh-aling Apr 25, 2023
c563913
Update jira_issue.yml (#410)
sfc-gh-mkeller Apr 25, 2023
c200f97
Test pr 418 (#419)
sfc-gh-aalam Jun 6, 2023
a72fa39
SNOW-857216: fix compatibility issue with sqlalchemy 1.4.49 (#423)
sfc-gh-aling Jul 6, 2023
e3f675e
Update cla_bot.yml (#422)
sfc-gh-stan Jul 20, 2023
de68d86
SNOW-871115: add geometry support (#429)
sfc-gh-aling Jul 28, 2023
67f4152
SNOW-897870: remove connector submodule in sqlalchemy (#442)
sfc-gh-aling Aug 23, 2023
ab1269d
SNOW-897060 - Release 1.5.0 (#443)
sfc-gh-anavalos Aug 23, 2023
83f69b8
SNOW-876389: compatibility with bcr-1057 on outer lateral table join …
sfc-gh-aling Oct 10, 2023
8b701a8
[Test PR] SNOW-892284: Fix boolean parameter parsing from URL query (…
sfc-gh-stan Oct 19, 2023
9bbd4cc
PRODSEC-3611 fix GHA parsing (#455)
sfc-gh-jfan Oct 23, 2023
61975bf
SNOW-XXX: Bumped up SQLAlchemy PATCH version from 1.5.0 to 1.5.1 (#460)
sfc-gh-mkeller Nov 1, 2023
8ac9f33
SNOW-1056848-missing-test-action-output: remove TOX_PARALLEL_NO_SPINN…
sfc-gh-mraba Feb 16, 2024
f384432
SNOW-1212541-ordered-sequence: add support for creating sequences ord…
sfc-gh-mraba Mar 11, 2024
ba51bc4
Snow 1065172 gh workflow optimization (#477)
sfc-gh-mraba Mar 25, 2024
c205e34
SNOW-1058245-fix-failing-gh-action-syntax: use gh variable for settin…
sfc-gh-mraba Mar 25, 2024
337e0f8
mraba/update-description (#483)
sfc-gh-mraba Apr 10, 2024
4db4b95
mraba/description-file-update: add release date and format version st…
sfc-gh-mraba Apr 11, 2024
8ea9ab9
SNOW-1324105-dependency-pinning: move versions pinning from project e…
sfc-gh-mraba Apr 15, 2024
d2b3334
mraba/codeowners-update: replace snowpark-pytho-api with snowcli (#490)
sfc-gh-mraba Apr 22, 2024
8f06fd4
mraba/snyk-support-requirements: add requirements.txt file for snyk s…
sfc-gh-mraba Apr 22, 2024
107b0b1
mraba/gh-actions-update: bump github actions versions to latest (#492)
sfc-gh-mraba Apr 24, 2024
9b2f325
Add ability to set ORDER / NOORDER sequence on columns with IDENTITY …
DanielTatarkin May 10, 2024
58fb1bd
Update DESCRIPTION.md (#501)
sfc-gh-mraba May 10, 2024
d78f0c0
Snow 1058245 SqlAlchemy 2.0 support (#469)
sfc-gh-mraba Jul 2, 2024
423b8c1
SNOW-1516075: use SQLALchemy 2.0 as default dependency (#511)
sfc-gh-mraba Jul 3, 2024
71308ce
SNOW-1516075: set release date to July 8th (#514)
sfc-gh-mraba Jul 4, 2024
bde2372
SNOW-1519492: add export PATH in build.sh script (#516)
sfc-gh-mraba Jul 4, 2024
411ae55
SNOW-1519635: skip dialect tests in snowflake tests (#517)
sfc-gh-mraba Jul 4, 2024
64fafbb
SNOW-1519766: drop tomlkit version for fix_lint (#518)
sfc-gh-mraba Jul 4, 2024
305d298
mraba/update-python_publish-workflow (#520)
sfc-gh-mraba Jul 9, 2024
dd7fc8a
sign artifacts before publish (#522)
sfc-gh-anavalos Aug 8, 2024
fd8c29a
Update python-publish.yml (#526)
sfc-gh-anavalos Aug 19, 2024
957a469
Add tests to try max lob size in memory feature (#529)
sfc-gh-jvasquezrojas Sep 9, 2024
16ad10f
SNOW-1655751: register overwritten functions under `snowflake` namesp…
sfc-gh-mraba Oct 2, 2024
b5af4e3
Adding support for snowflake dynamic tables to SqlAlchemy Core (#531)
sfc-gh-jvasquezrojas Oct 2, 2024
43c6b56
Add support for hybrid tables and indexes (#533)
sfc-gh-jvasquezrojas Oct 8, 2024
e783197
Add generic options in order to support Iceberg Table in following PR…
sfc-gh-jvasquezrojas Oct 22, 2024
1651bfa
Merge branch 'main' of https://github.com/snowflakedb/snowflake-sqlal…
cheunhong Oct 24, 2024
cc6507a
update project.toml
cheunhong Oct 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@snowflakedb/snowpark-python-api
* @snowflakedb/snowcli
Loading
Loading