Replies: 3 comments 1 reply
-
Obviously this is an answer that should likely be posted somewhere else 2.5 years ago as helpfully pointed out by @ijaniszewski - let me cross it out to not confuse people looking for help here. |
Beta Was this translation helpful? Give feedback.
-
@potiuk if you spend your time to read such post and answer, you could at least help |
Beta Was this translation helpful? Give feedback.
-
You can add connection ID to
or do it via env:
|
Beta Was this translation helpful? Give feedback.
-
Hello!,
I am using the helm chart to deploy the Airflow on kubernetes. I wanted to store the logs to Azure blob store and I modified the helm chart values to try and achieve this. Some of my helm values look like the following :
The chart deploys successfully but since the container-name is hardcoded, the authentication fails and logs are not stored.
I am not able to dynamically provide the container name via some config variables or even via
AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER
env variable (based on the documentation ). Is it possible to do this via passing some environment variable so that I can deploy with helm without altering files given to the scheduler and other components (As stated in the docs) ?Beta Was this translation helpful? Give feedback.
All reactions