vincbeck commented on PR #39176: URL: https://github.com/apache/airflow/pull/39176#issuecomment-2158965349
Just for testing, I tried to run a system test with the backfill approach with `AwsEcsExecutor` and it seems to work (besides the issue I mentioned [here](https://apache-airflow.slack.com/archives/C06K9Q5G2UA/p1718040774064269)). At least an ECS task is triggered and tries to run the system test. Do you still do not recommend this approach @potiuk? ``` dag.clear(dag_run_state=State.QUEUED) dag.run( local=False, executor=AwsEcsExecutor(), ) ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org