GitHub user dada-engineer edited a comment on the discussion: Azure blob remote
logging using the official helm chart
sorry @Unb0rn forgot to reply here, We did manage to make it work with the
following config (this is a terraform template rendered so this is terraform
template language:
```
AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER: wasb/
AIRFLOW__AZURE_REMOTE_LOGGING__REMOTE_WASB_LOG_CONTAINER: ${blob_container_name}
AIRFLOW__CORE__LOGGING_LEVEL: DEBUG
AIRFLOW_CONN_REMOTE_LOGGING: '{"conn_type": "wasb", "login":
"${storage_account}", "password": "${account_key}"}'
```
The odd part is the `AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER` MUST start with
wasb meaning in our blob container which is called `logs` we end up with
another wasb/ folder...
Hope this helps.
This has been the only way I got it working for now.
GitHub link:
https://github.com/apache/airflow/discussions/37461#discussioncomment-12764263
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]