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

Fix Pandas SQLAlchemy data type issues and resolve warnings #39

Closed
sbadithe opened this issue Sep 30, 2022 · 2 comments · Fixed by #47
Closed

Fix Pandas SQLAlchemy data type issues and resolve warnings #39

sbadithe opened this issue Sep 30, 2022 · 2 comments · Fixed by #47
Assignees
Labels
bug Something isn't working

Comments

@sbadithe
Copy link
Collaborator

sbadithe commented Sep 30, 2022

Pandas's IO library is throwing warnings when we use it with a non-SQLAlchemy connector object. Furthermore, there seems to be issues with snowflake.connector objects handling particular data types.

We should decide how we want to resolve this issue, either by working around it or switching to SQLAlchemy.

@sbadithe sbadithe self-assigned this Sep 30, 2022
@sbadithe sbadithe added the bug Something isn't working label Sep 30, 2022
@gsheni
Copy link
Contributor

gsheni commented Oct 17, 2022

@sbadithe is this now fixed, since we use SQLAlchemy?

@sbadithe
Copy link
Collaborator Author

sbadithe commented Oct 18, 2022

@gsheni This issue can be closed after we switch psycopg2 to sqlalchemy. I can do that now, before releasing v3.0.0

Closed by #46 and #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants