I have made Executor to LocalExecuter in airflow.cfg file. But when I run the DAG it's still throwing error
Executor CeleryExecutor(parallelism=64) Task instance queued and failed.
How to resolve this issue?
And please provide code of DAG where can we declare Executor as LocalExecutor.