ashb 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_r373836175
##########
File path: airflow/serialization/serialized_objects.py
##########
@@ -467,7 +467,7 @@ def __get_constructor_defaults(): # pylint:
disable=no-method-argument
param_to_attr = {
'concurrency': '_concurrency',
'description': '_description',
- 'default_view': '_default_view',
+ 'default_view': 'default_view',
'access_control': '_access_control',
Review comment:
I don't think this is needed anymore and the whole line can be removed
----------------------------------------------------------------
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