uranusjr commented on code in PR #61319:
URL: https://github.com/apache/airflow/pull/61319#discussion_r2791920766
##########
airflow-core/src/airflow/cli/commands/dag_command.py:
##########
@@ -336,6 +336,7 @@ def print_execution_interval(interval: DataInterval | None):
print(
"[WARN] No following schedule can be found. "
"This DAG may have schedule interval '@once' or `None`.",
+ "or have a schedule of '@once' or None.",
Review Comment:
There are actually more cases, once and none are simply the oldest ones (and
probably the only ones when this message was first introduced).
Let’s change the entire message to something like _This Dag may have a
schedule that is not time-based, such as `None` or `@once`_.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]