Can I create a folder for multiple bash scripts in the Astronomer folder structure?

Yes. Every time you push up an astro airflow deploy, we’ll package up that entire directory.

If you want to have your code call those scripts when you push up a deploy, create an ./scripts/ directory in there and it’ll build into the image.

If you’re developing locally, run astro airflow stop and astro airflow start to rebuild it and then bash in to make sure it’s building as expected.