We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87010f4 commit f9ca41fCopy full SHA for f9ca41f
.circleci/integration-tests/master_dag.py
@@ -26,7 +26,7 @@ def get_report(dag_run_ids: List[str], **context: Any) -> None:
26
message_list: List[str] = []
27
28
airflow_version = context["ti"].xcom_pull(task_ids="get_airflow_version")
29
- airflow_version_message = f"Airflow version for the run is `{airflow_version}` \n\n"
+ airflow_version_message = f"Airflow version for the below run is `{airflow_version}` \n\n"
30
message_list.append(airflow_version_message)
31
32
for dr in last_dags_runs:
0 commit comments