Created
January 31, 2024 22:09
-
-
Save Arqentum/b7b0900eb11c8a0d8037adfd7b4cfe1b to your computer and use it in GitHub Desktop.
#Airflow allow debugging dag #Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # add at the end of dag file | |
| if __name__ == "__main__": | |
| from airflow.utils.state import State | |
| dag.clear() | |
| dag.run() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment