-
Notifications
You must be signed in to change notification settings - Fork 76
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
Removed cloud tests workflow #982
Conversation
@edublancas Was there any changes in the Snowflake server credentials or URL for test? |
@neelasha23 we ran some commands to give @bryannho permission to access snowflake but we didn't change other accounts (at least not on purpose). do you have permissions to change your password? if so, try resetting it |
Not my password, the one used for CI configured in Git. The tests are failing because of some invalid credentials: https://github.com/ploomber/jupysql/actions/runs/7599764897/job/20697285387?pr=982
|
_install(session, integration=True) | ||
session.install( | ||
"snowflake-sqlalchemy", | ||
"redshift-connector", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't removed the snowflake or redhsift connectors because the sqlalchemy version is getting messed up. Installing version 1 explicitly is not helping either. I don't have an answer why, maybe we can handle it in a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird, ok. please open a separate PR.
Please review @edublancas |
_install(session, integration=True) | ||
session.install( | ||
"snowflake-sqlalchemy", | ||
"redshift-connector", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird, ok. please open a separate PR.
changelog Empty sqlalchemy v1 pandas version removed live workflow clickhouse workflow rename func fix fix fix fix fix check ex clickhouse install sqlalchemy v1 v1 docs modified comment docs fix comment typo
Addressed the comments @edublancas |
Describe your changes
Related to issue #983
This fixes the SqlAlchemy v1 CI.
Removes Snowflake and Redshift workflow.
Issue number
Closes #984
Checklist before requesting a review
pkgmt format
📚 Documentation preview 📚: https://jupysql--982.org.readthedocs.build/en/982/