zachliu commented on issue #56103: URL: https://github.com/apache/airflow/issues/56103#issuecomment-3373703849
@itayweb 👋 are you working on it? i thought it could be as simple as https://github.com/apache/airflow/pull/54313 but boy i was wrong 😂 i couldn't find any equivalencies to these https://github.com/apache/airflow/blob/d448d08566cf0f91d7e7e7aba6ad5fd9dd554ea2/airflow-core/src/airflow/ui/src/components/Clear/TaskInstance/ClearGroupTaskInstanceDialog.tsx#L30-L31 looks like i'll have to create my own `usePatchTaskInstances` and `usePatchTaskInstancesDryRun` under `airflow-core/src/airflow/ui/src/queries` from scratch using one of the basic queries: https://github.com/apache/airflow/blob/d448d08566cf0f91d7e7e7aba6ad5fd9dd554ea2/airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts#L2114 -- 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]
