I am running airflow locally without docker or helm, and am using SequentialExecutor as the executor, I want to use pdb or ipdb debugger inside callable functions of PythonOperator. is there a way for it?
Asked
Active
Viewed 286 times