zhongjiajie commented on a change in pull request #6900: [AIRFLOW-6346] Enhance
dag default_view and orientation
URL: https://github.com/apache/airflow/pull/6900#discussion_r363106891
##########
File path: airflow/models/dag.py
##########
@@ -296,8 +298,16 @@ def __init__(
self.max_active_runs = max_active_runs
self.dagrun_timeout = dagrun_timeout
self.sla_miss_callback = sla_miss_callback
- self._default_view = default_view
Review comment:
I'm not really sure why we use `self._default_view` as property name before?
Prevent cover the Flask `default_view` variable ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services