Skip to content

Instantly share code, notes, and snippets.

@Arqentum
Created January 31, 2024 22:09
Show Gist options
  • Select an option

  • Save Arqentum/b7b0900eb11c8a0d8037adfd7b4cfe1b to your computer and use it in GitHub Desktop.

Select an option

Save Arqentum/b7b0900eb11c8a0d8037adfd7b4cfe1b to your computer and use it in GitHub Desktop.
#Airflow allow debugging dag #Python
# 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