jscheffl commented on code in PR #60645: URL: https://github.com/apache/airflow/pull/60645#discussion_r2701686103
########## chart/values.yaml: ########## @@ -2267,6 +2267,34 @@ triggerer: # Airflow Dag Processor Config dagProcessor: enabled: ~ + + # DAG Bundle Configuration + # Define DAG bundles in a structured YAML format. This will be automatically + # converted to JSON string format for config.dag_processor.dag_bundle_config_list. + dag_bundles: Review Comment: THanks for putting this below dagProcessor - exactly this I would have recommended after reading the realted issue (where it was a top-level setting). -- 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]
