uranusjr commented on code in PR #68791:
URL: https://github.com/apache/airflow/pull/68791#discussion_r3509512218
##########
shared/observability/src/airflow_shared/observability/metrics/metrics_template.yaml:
##########
@@ -399,6 +399,12 @@ metrics:
legacy_name: "-"
name_variables: []
+ - name: "dag_processing.duplicate_dag_id"
+ description: "Number of Dags skipped because their dag_id is already
registered from another file"
Review Comment:
_Skipped_ is misleading; nothing is skipped, both dags (from different
files) exist in the db at some point, but only one is visible after the parsing
round. Maybe it’s better to say something like _shadowed_ or _overwritten_
instead.
--
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]