carlinix commented on issue #59316:
URL: https://github.com/apache/airflow/issues/59316#issuecomment-3641848029
Using the cli, everything works:
```bash
$ airflow tasks clear -d -s 2025-01-01 -v -t start cdp_sync_fastspring
You are about to delete these 6 tasks:
[<TaskInstance: cdp_sync_fastspring.load_weekly_to_bq
scheduled__2025-12-08T00:00:00+00:00 [success]>,
<TaskInstance: cdp_sync_fastspring.start_task
scheduled__2025-12-08T00:00:00+00:00 [success]>,
<TaskInstance: cdp_sync_fastspring.check_new_s3_objects
scheduled__2025-12-08T00:00:00+00:00 [success]>,
<TaskInstance: cdp_sync_fastspring.get_new_files_list
scheduled__2025-12-08T00:00:00+00:00 [success]>,
<TaskInstance: cdp_sync_fastspring.copy_from_s3_to_gcs
scheduled__2025-12-08T00:00:00+00:00 [success]>,
<TaskInstance: cdp_sync_fastspring.finish_task
scheduled__2025-12-08T00:00:00+00:00 [success]>]
Are you sure? [y/n]
```
--
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]