ReadytoRocc opened a new pull request #19718:
URL: https://github.com/apache/airflow/pull/19718


   Adding `namespace` as a template field in the KPO. This allows users to use 
the `namespace` configuration from the `airflow.cfg` at task run time via `{{ 
conf }}`, and removes the need to use top-level code in their DAG file. For 
example:
   
   ```
   from airflow import configuration as conf
   
   namespace = conf.get("kubernetes", "NAMESPACE")
   ```


-- 
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]


Reply via email to