Flag on CLI airflow tasks test to attach debugger #22293
Unanswered
GuillaumeDesforges
asked this question in
Ideas
Replies: 2 comments
-
Are you aware of the the |
Beta Was this translation helpful? Give feedback.
0 replies
-
You seem to be referring to this? In order to use this command, I need to hard-write in my code which DAG to use, when my script generates a lot of them. I do not want to write which dag should be tested to the git history, when it changes frequently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Any way to allow to attach a debugger when using
airflow tasks test
Use case / motivation
Following discussion:
I generate DAGs dynamically using a database.
I want to debug tasks.
The doc (Debug Executor) suggests to add
and run from IDE.
The above code snippet is something I'd rather avoid:
Are you willing to submit a PR?
No
Related Issues
Haven't seen any (?)
Beta Was this translation helpful? Give feedback.
All reactions