pateash commented on a change in pull request #16931:
URL: https://github.com/apache/airflow/pull/16931#discussion_r671974786
##########
File path: airflow/models/dag.py
##########
@@ -340,7 +362,6 @@ def __init__(
self.template_undefined = template_undefined
self.parent_dag: Optional[DAG] = None # Gets set when DAGs are loaded
self.last_loaded = timezone.utcnow()
- self.safe_dag_id = dag_id.replace('.', '__dot__')
Review comment:
moved to property inside DagBase class
--
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]