An Apache Airflow plugin that exposes an rest endpoint to perform cleanup on airflow tables.
You must have the astro CLI installed.
- Clone the repo
- Run
astro dev init
- Create a directory and copy some files into the
plugins/
directory of your Astro project:mkdir plugins/astronomer_dbcleanup_plugin cp *.py plugins/astronomer_dbcleanup_plugin/
- Run
astro dev start
- Update the
version
variable inpyproject.toml
- Run
python -m build
- Upload the generated Wheel (
.whl
) and.tar.gz
files generated indist/
to GitHub as a release