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

Adding support for snowflake dynamic tables to SqlAlchemy Core #531

Merged
merged 11 commits into from
Oct 2, 2024
Prev Previous commit
Next Next commit
Add syrupy
  • Loading branch information
sfc-gh-jvasquezrojas committed Oct 2, 2024
commit 9127c2c7c44a717cc10c246ddb6afa1009aff1db
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -53,6 +53,7 @@ development = [
"pytz",
"numpy",
"mock",
"syrupy==4.6.1",
]
pandas = ["snowflake-connector-python[pandas]"]