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

FlowMachine is incompatible with SQLAlchemy 2.0 #6066

Closed
jc-harrison opened this issue Apr 17, 2023 · 1 comment · Fixed by #6461
Closed

FlowMachine is incompatible with SQLAlchemy 2.0 #6066

jc-harrison opened this issue Apr 17, 2023 · 1 comment · Fixed by #6461
Labels
FlowMachine Issues related to FlowMachine

Comments

@jc-harrison
Copy link
Member

SQLAlchemy 2.0 dropped support for passing a SQL query as a string directly to transaction.execute() - flowmachine does this in numerous places, so is not compatible with SQLAlchemy >= 2.0.

It's quite likely there are other incompatiblities aside from this one - I haven't checked.

@jc-harrison jc-harrison added the FlowMachine Issues related to FlowMachine label Apr 17, 2023
@greenape
Copy link
Member

This is more problematic now, because pandas has dropped support for sqlalchemy < 2

@greenape greenape mentioned this issue Feb 26, 2024
8 tasks
@mergify mergify bot closed this as completed in #6461 Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FlowMachine Issues related to FlowMachine
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants