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_r374637765
 
 

 ##########
 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:
   I remark here, so we have two ways:
   * change schema name to `default_view` and make compatible to existing dags 
   * keep in the old name `_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

Reply via email to