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

Eurostat 2.0 #1041

Open
wants to merge 13 commits into
base: 2.0
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ azure = [
"adlfs==2024.4.1",
"azure-identity>=1.16.0",
"dbt-sqlserver>=1.3, <1.8",
"prefect-azure @ git+https://github.com/Trymzet/prefect-azure@add_keyvault_auth#egg=prefect-azure",
"prefect-azure-dyvenia[key_vault]==0.1.0", # Adds Key Vault support to Prefect Azure; from https://github.com/trymzet/prefect-azure/tree/add_keyvault_auth
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Odd; this change is in 2.0 already. Maybe you rebased incorrectly? This change shouldn't appear in this PR. Pls rebase and make sure this change is not here anymore. Otherwise, if that's not possible, pls create a new PR, from a branch using an up-to-date 2.0 branch as base.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"prefect_github",
]
aws = [
Expand Down