[x] I have checked that a similar feature request does not already exist.
✍️ Is your feature request related to a problem? Please describe.
We currently have a monorepo approach for airflow + dbt. In order to deploy the dbt directory we need to perform an image rebuild and deploy when using astro deploy instead of a dag-only like deployment with the --dags (astro deploy --dags) flag.
🧩 Describe the solution you'd like
We'd like to request a feature where we can deploy files in the dbt directory (which is in the the same level as the dags folder) similar to how dags are deployed with the --dags flag so the workers and schedulers in our deployment pick up the changes without a restart.
🤔 Describe alternatives you've considered
One proposed solution was to nest the dbt directory inside the dags folder, but we'd rather have it at the same level.
Is your feature request specific to a particular Astronomer Platform?
✍️ Is your feature request related to a problem? Please describe.
We currently have a monorepo approach for airflow + dbt. In order to deploy the dbt directory we need to perform an image rebuild and deploy when using
astro deploy
instead of a dag-only like deployment with the --dags (astro deploy --dags
) flag.🧩 Describe the solution you'd like
We'd like to request a feature where we can deploy files in the dbt directory (which is in the the same level as the dags folder) similar to how dags are deployed with the --dags flag so the workers and schedulers in our deployment pick up the changes without a restart.
🤔 Describe alternatives you've considered
One proposed solution was to nest the dbt directory inside the dags folder, but we'd rather have it at the same level.
Is your feature request specific to a particular Astronomer Platform?