You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Thanks for the issue @ybressler! botocore isn't a dependency of prefect-databricks or prefect, so I'm surprised to hear that adding prefect-databricks to your project is causing this behavior. Can you share your poetry version along with the other dependencies in your project?
Thanks for the issue @ybressler! botocore isn't a dependency of prefect-databricks or prefect, so I'm surprised to hear that adding prefect-databricks to your project is causing this behavior. Can you share your poetry version along with the other dependencies in your project?
Haha, WOOPS. This one is on me. (Has to do with my own dependencies.) Let's close.
Not sure if this is on purpose, but installing this package with poetry results in every version of botocore being installed.
Command:
poetry add prefect-databricks
Related:
Workaround:
poetry run pip install prefect-databricks
poetry add prefect-databricks
Goes nearly instantly. But long term solution is probably a version pinning of something related to boto3/moto etc
The text was updated successfully, but these errors were encountered: