Body
We have had email discussions in the past to nuke down SequentialExecutor. It is an executor that runs one task at a time and was used mainly for debugging purposes but that can be done using LocalExecutor which has also been ported over to use the new AF3 task sdk.
https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/executors/sequential_executor.py
Committer
Body
We have had email discussions in the past to nuke down SequentialExecutor. It is an executor that runs one task at a time and was used mainly for debugging purposes but that can be done using LocalExecutor which has also been ported over to use the new AF3 task sdk.
https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/executors/sequential_executor.py
Committer