You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/09 04:46:47 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #25410: Consolidate to one `schedule` param

uranusjr commented on code in PR #25410:
URL: https://github.com/apache/airflow/pull/25410#discussion_r940891733


##########
tests/test_utils/perf/dags/elastic_dag.py:
##########
@@ -175,13 +175,13 @@ class DagShape(Enum):
                     f"DAGS_COUNT={dag_no}_of_{DAG_COUNT}",
                     f"TASKS_COUNT=${TASKS_COUNT}",
                     f"START_DATE=${START_DATE_ENV}",
-                    f"SCHEDULE_INTERVAL=${SCHEDULE_INTERVAL_ENV}",
+                    f"schedule=${SCHEDULE_INTERVAL_ENV}",

Review Comment:
   Not quite sure what this one is for, it’s not actually DAG arguments.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org