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

Update the wasb connection #1994

Merged
merged 6 commits into from
Aug 8, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ amazon = [
"smart-open[s3]>=5.2.1",
]
azure = [
"apache-airflow-providers-microsoft-azure",
"apache-airflow-providers-microsoft-azure<=6.2.2", # TODO: Unpin this when we get self.hook.get_conn().account_name as not none for wasb hook.
Copy link
Contributor

Choose a reason for hiding this comment

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

do we have some ticket for this in upstream lib, I feel that way it is easy to track.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

just created an upstream bug, will create a bug on our end as well - apache/airflow#33203

"azure-storage-blob",
"smart-open[azure]>=5.2.1",
]
Expand Down Expand Up @@ -118,7 +118,7 @@ all = [
"s3fs",
"protobuf",
"openlineage-airflow>=0.17.0",
"apache-airflow-providers-microsoft-azure",
"apache-airflow-providers-microsoft-azure<=6.2.2", # TODO: Unpin this when we get self.hook.get_conn().account_name as not none for wasb hook.
"azure-storage-blob",
"apache-airflow-providers-microsoft-mssql>=3.2",
"airflow-provider-duckdb>=0.0.2",
Expand Down
Loading