kaxil 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_r374025787
##########
File path: airflow/serialization/schema.json
##########
@@ -93,7 +93,7 @@
"end_date": { "$ref": "#/definitions/datetime" },
"dagrun_timeout": { "$ref": "#/definitions/timedelta" },
"doc_md": { "type" : "string"},
- "_default_view": { "type" : "string"},
+ "default_view": { "type" : "string"},
Review comment:
Yes, it would break the existing Dags in D. To get past it wr can revert the
renaming of _default_view
----------------------------------------------------------------
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