Skip to content

Commit b1f6746

Browse files
BBQingkarenbraganz
authored andcommitted
DagBag in file parsing used to collect dags in dag processing uses default value for safe_mode, which resolves to value in configuration (apache#52694)
1 parent 1bff3e3 commit b1f6746

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airflow-core/src/airflow/dag_processing/processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def _parse_file(msg: DagFileParseRequest, log: FilteringBoundLogger) -> DagFileP
159159
dag_folder=msg.file,
160160
bundle_path=msg.bundle_path,
161161
include_examples=False,
162-
safe_mode=True,
163162
load_op_links=False,
164163
)
165164
if msg.callback_requests:

0 commit comments

Comments
 (0)