Skip to content

Commit

Permalink
[AIRFLOW-6399] Add _access control to validate deserialized DAGs (#7896)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a98a61)
  • Loading branch information
kaxil committed Mar 27, 2020
1 parent 750ce08 commit 1fdec7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serialization/test_dag_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def validate_deserialized_dag(self, serialized_dag, dag):
"params", "fileloc", "max_active_runs", "concurrency",
"is_paused_upon_creation", "doc_md", "safe_dag_id", "is_subdag",
"catchup", "description", "start_date", "end_date", "parent_dag",
"template_searchpath"
"template_searchpath", "_access_control"
]

# fields_to_check = dag.get_serialized_fields()
Expand Down

0 comments on commit 1fdec7a

Please sign in to comment.