简体   繁体   English

有没有办法在 airflow dags 中使用 python 调试器?

[英]Is there a way to use python debugger in airflow dags?

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.我在本地运行 airflow 没有 docker 或掌舵,并且使用 SequentialExecutor 作为执行器,我想在 PythonOperator 的可调用函数中使用pdbipdb调试器。 is there a way for it?有办法吗?

Don't think so, but there actually is a debug executor不这么认为,但实际上有一个调试执行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM