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 2020/04/27 16:35:28 UTC

[GitHub] [airflow] crhyatt commented on a change in pull request #7626: [AIRFLOW-5575] Cannot use the mark future success/failure feature in the UI

crhyatt commented on a change in pull request #7626:
URL: https://github.com/apache/airflow/pull/7626#discussion_r412300199



##########
File path: airflow/models/dag.py
##########
@@ -1669,7 +1669,7 @@ def get_serialized_fields(cls):
             cls.__serialized_fields = frozenset(vars(DAG(dag_id='test')).keys()) - {
                 'parent_dag', '_old_context_manager_dags', 'safe_dag_id', 'last_loaded',
                 '_full_filepath', 'user_defined_filters', 'user_defined_macros',
-                'partial', '_old_context_manager_dags',
+                '_schedule_interval', 'partial', '_old_context_manager_dags',

Review comment:
       I think this was a bad rebase/merge on my part




----------------------------------------------------------------
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:
users@infra.apache.org