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 indbcleanup_plugin.py - Run
python -m build - Upload the generated Wheel (
.whl) and.tar.gzfiles generated indist/to GitHub as a release