How to Debug Your Airflow DAG's!

preview_player
Показать описание
In this video, I'll be going over some of the most common solutions to your Airflow problems, and show you how you can implement them to debug your DAG's faster!
Рекомендации по теме
Комментарии
Автор

Is there a way to run vscode's debugger? That way we can monitor the state of all relevant variables instead of using log statements

LeveragedAlpha
Автор

Regarding the last part with pytest. Is there a way to run it automatically before a DAG run? Typing pytest manually in CLI before running a DAG seems cumbersome.

LepeczynLCN