stephen-bracken opened a new pull request, #72236:
URL: https://github.com/apache/airflow/pull/72236

   Add option to parse large config settings from files
   ---
   related: #65449
   
   Some config settings e.g. `dag_bundle_config_list` can become quite large 
for complex Airflow deployments, this PR adds the option to parse these 
settings from separate files from the filesystem. File config settings are 
tagged with the `from_file` flag in the config schema. 
   
   For example, `dag_bundle_config_list` could be set using 
`dag_bundle_config_list_file=/opt/airflow/dag_config.json` in the config file, 
or 
`AIRFLOW__DAG_PROCESSING__DAG_BUNDLE_CONFIG_LIST_FILE=/opt/airflow/dag_config.json`
 in the environment variables, which would load the json dag bundle config from 
`/opt/airflow/dag_config.json`. Settings loaded from files also respect the 
`sensitive: true` flag so the value will be masked where requested, and the 
path to the file will be returned instead.
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [ ] Yes (please specify the tool below)
   - [X] No
   
   ---
   
   


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