ldacey commented on issue #34022:
URL: https://github.com/apache/airflow/issues/34022#issuecomment-1707209690
Hm, I have been using the same conn_id since 2018 for Azure Blob (HTTP conn
type):
```yaml
host:
https://account_name.blob.core.windows.net/etl01?restype=container&comp=list
login: account_name
password: account_key
port: null
schema: ''
```
I made a new conn_id with the airflow-logs container in the host URL using
the "Azure Blob Storage" connection type template in the UI:
https://account_name.blob.core.windows.net/airflow-logs?restype=container&comp=list
This worked, but it made a folder "airflow-logs/wasb-airflow-logs" inside of
my airflow-logs container.
I changed the URL to
"https://account_name.blob.core.windows.net?restype=container&comp=list" and I
am good to go now. Logs are being saved and written successfully.
Closing this. It seems like there was some change but it works and this
makes sense (the etl01 container in my original host URL must have been ignored
since that is not the logging container, and it was literally a test container
I made when I first setup Azure Blob years ago).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]