You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/06 06:00:45 UTC

[GitHub] [airflow] pateash commented on a change in pull request #16931: #16692 show cron description in UI

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org