-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Cannot connect to sql #51086
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
Labels
Comments
Can you post in #40686? |
isnt this a dask issue? |
@jbrockmendel no, it is a issue with pandas not supporting SQLAlchemy>=2.0 yet |
Dask only supports strings as uri, no engines. So this works as expected |
@phofl thanks! I dug through and couldn't think of a single reason why not so that works 😂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
Issue related to connection, but as far as I know, I need t create the connection and send it through to_sql.
Expected Behavior
It supposed to connect the database and load the dataframe
Installed Versions
The text was updated successfully, but these errors were encountered: