nathadfield commented on code in PR #63884:
URL: https://github.com/apache/airflow/pull/63884#discussion_r3228420369
##########
airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts:
##########
@@ -431,9 +431,9 @@ export type ClearTaskInstancesBody = {
include_future?: boolean;
include_past?: boolean;
/**
- * (Experimental) Run on the latest bundle version of the dag after
clearing the task instances.
+ * (Experimental) Run on the latest bundle version of the dag after
clearing the task instances. If not specified, uses the DAG-level or global
configuration default.
Review Comment:
Fair enough. I've updated the docstrings.
--
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]