RNHTTR commented on code in PR #72029:
URL: https://github.com/apache/airflow/pull/72029#discussion_r3845330294
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dags.py:
##########
@@ -148,6 +152,12 @@ def get_dags(
order_by=order_by,
dag_ids=readable_dags_filter.value,
)
+ if is_scheduled is not None:
+ unscheduled_timetable_types = ("NullTimetable", "PartitionedAtRuntime")
Review Comment:
I don't feel strongly either way. Selfishly and candidly, I'd prefer this to
be merged and then adjusted later since this PR is mostly for my Summit talk
about using Airflow as a sort of guardrail for automated agentic coding, and it
one-shot this.
I think it'd be a backward compatible change, and I'd be happy to commit to
changing that in a follow-up PR. That's not a good reason to avoid this if you
feel it's important, though.
--
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]