msumit commented on code in PR #51076:
URL: https://github.com/apache/airflow/pull/51076#discussion_r2109668789
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2479,3 +2479,12 @@ dag_processor:
type: integer
example: ~
default: "10"
+ use_api_for_updating_dags:
+ description: |
+ Whether to use the API to update the database with the parsed DAGs.
+ If set to ``True``, the DAG processor will use the API to update the
database with the parsed DAGs.
+ If set to ``False``, the DAG processor will use the database directly
to update the parsed DAGs.
+ version_added: 3.2.0
Review Comment:
no, just used that as a placeholder for now, will update it as per
suggestions
--
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]