nathadfield commented on code in PR #63884:
URL: https://github.com/apache/airflow/pull/63884#discussion_r3227270055


##########
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:
   Correct, that's intentional. The global default is set per call site by the 
resolver (`fallback=False` for clear/rerun endpoints, `fallback=True` for the 
backfill endpoint and CLI), preserving the historical default for each path 
while still letting users override via `[core] rerun_with_latest_version` or 
the DAG-level parameter. See the related discussion on `config.yml` for the 
full design context.



-- 
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]

Reply via email to