From 0f78157493f8e3d5ce37a9dfd5a6c7d4f4ffece2 Mon Sep 17 00:00:00 2001 From: vatsrahul1001 Date: Thu, 11 Jan 2024 13:15:02 +0530 Subject: [PATCH] fix fag --- .circleci/integration-tests/master_dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/integration-tests/master_dag.py b/.circleci/integration-tests/master_dag.py index ff829fe69..097fb20d0 100644 --- a/.circleci/integration-tests/master_dag.py +++ b/.circleci/integration-tests/master_dag.py @@ -200,7 +200,7 @@ def prepare_dag_dependency(task_info, execution_time): ) check_encoded_data = PythonOperator( - task_id="check_logs", + task_id="check_encoded_data", python_callable=check_log, op_args=[ "get_airflow_version",