This is the default Airflow repository to get you started for generating preview environments from a custom airflow image with Restack github application.
- If you want to extend the image with custom dags, just add them to the dags directory.
- If you want to extend the image with custom plugins, just add them to the plugins directory.
- If you want to extend the image with custom configuration, just add them to the config directory.
- Make sure to fork this repository.
- Follow steps in the official Restack documentation
- Once you open a pull request a preview environment will be generated.
- Once your pull request is merged your initial airflow application will be provisioned with latest code from the "main" branch.