Skip to content

Commit

Permalink
Tranform comment from docstring to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Jan 12, 2024
1 parent d1b7ef1 commit d47481a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .circleci/integration-tests/master_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d47481a

Please sign in to comment.