Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for cleanup before deleting dag. #694

Open
kriyanshii opened this issue Oct 31, 2024 · 0 comments
Open

add support for cleanup before deleting dag. #694

kriyanshii opened this issue Oct 31, 2024 · 0 comments

Comments

@kriyanshii
Copy link
Contributor

kriyanshii commented Oct 31, 2024

introducing a new field in dag cleanup:. where you can mention any script(path to the script). So it will run that script while deleting the dag. It can be used to clean up intermediate files made while the dag ran.

steps:
  - name: "1"
    command: "true"
cleanup: "/path/to/script.sh"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant