From d47481a7de26ec18c06cf4529ac3858839386bd8 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Fri, 12 Jan 2024 14:00:00 +0530 Subject: [PATCH] Tranform comment from docstring to comment --- .circleci/integration-tests/master_dag.py | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.circleci/integration-tests/master_dag.py b/.circleci/integration-tests/master_dag.py index 9282f04c9..a5210a0d1 100644 --- a/.circleci/integration-tests/master_dag.py +++ b/.circleci/integration-tests/master_dag.py @@ -199,13 +199,9 @@ def prepare_dag_dependency(task_info, execution_time): ], ) - """ - This task is specifically added to test the astronomer logging - provider for non-ASCII character testing, as we have providers' - tests running on all cloud providers, and we do not want - multiple deployments for this. - """ - + # The below task `check_non_ascii_data` is specifically added to test the astronomer logging + # providers for non-ASCII characters, as we have providers' tests running on all + # cloud providers, and we do not want multiple deployments for this. check_non_ascii_data = PythonOperator( task_id="check_non_ascii_data", python_callable=check_log,