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

Remove restriction on pandas version #64

Merged
merged 4 commits into from
Nov 14, 2024
Merged

Conversation

hendrikmakait
Copy link
Member

According to snowflakedb/snowflake-sqlalchemy#380, sqlalchemy>=2 is supported with snowflake-sqlalchemy==1.6.1

@hendrikmakait hendrikmakait changed the title Remove restrictions on pandas version Remove restriction on pandas version Nov 13, 2024
@fjetter
Copy link
Member

fjetter commented Nov 13, 2024

failures are related. looks like the new version has a different API

@hendrikmakait hendrikmakait marked this pull request as draft November 13, 2024 13:41
@@ -29,7 +29,8 @@ def table(connection_kwargs):
yield name

engine = create_engine(URL(**connection_kwargs))
engine.execute(f"DROP TABLE IF EXISTS {name}")
with engine.connect() as conn:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -29,7 +29,8 @@ def table(connection_kwargs):
yield name

engine = create_engine(URL(**connection_kwargs))
engine.execute(f"DROP TABLE IF EXISTS {name}")
with engine.connect() as conn:
conn.execute(text(f"DROP TABLE IF EXISTS {name}"))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hendrikmakait hendrikmakait marked this pull request as ready for review November 13, 2024 14:00
@hendrikmakait hendrikmakait merged commit 3ae24f7 into main Nov 14, 2024
18 checks passed
@hendrikmakait hendrikmakait deleted the remove-restrictions branch November 14, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants