Skip to content

Commit

Permalink
Update the wasb connection (#1994)
Browse files Browse the repository at this point in the history
In version apache-airflow-providers-microsoft-azure==6.2.3 we are no
longer getting the `self.hook.get_conn().account_name` to bypass the
issue we can create connection in below fashion:
```
- conn_id: wasb_conn_with_access_key
  conn_type: wasb
  login: astrosdk
  host: astrosdk.blob.core.windows.net
  description: null
  extra:
    shared_access_key: $AZURE_WASB_ACCESS_KEY
```
  • Loading branch information
utkarsharma2 committed Aug 8, 2023
1 parent 7934397 commit 7f9e80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ci-test-connections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ connections:
connection_string: $AZURE_WASB_CONN_STRING
- conn_id: wasb_conn_with_access_key
conn_type: wasb
login: astrosdk
host: astrosdk.blob.core.windows.net
description: null
extra:
Expand Down

0 comments on commit 7f9e80a

Please sign in to comment.