You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/14 17:58:06 UTC

[GitHub] [airflow] potiuk commented on pull request #26400: Create a more efficient airflow dag test command that also has better local logging

potiuk commented on PR #26400:
URL: https://github.com/apache/airflow/pull/26400#issuecomment-1247118543

   This looks sooooper cool :). I will do some quick testing to see the experience. 
   
   Few suggestions (asking more what you think about it and maybe those could be separate PRs., or maybe we could incorporate it in this one). 
   
   How about adding integration with `pudb` https://github.com/inducer/pudb - this is a very nice, console debugger with capabilities equal to those that modern IDE debuggers have (colored output/code syntax/breakpoints/watches/capability of opening iPython console at any moment and use repl to try/test anything. I'v heard very good things about `pudb` and I thought that we should integrate it better into Breeze experience, but I think, since our DAGs are Python, it would be perfect to add it here.
   
   I imagine just adding `--debug` flag and automatically stopping at the first task of a DAG or smth. 
   
   WDYT @dimberman ?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org