astro dbt delete
This command is only available on Astro.
Delete a dbt project from a Deployment on Astro. This command deletes a dbt project from the Airflow environments where you deployed it.
When you run astro dbt delete
, you are prompted to select from a list of Deployments that you can access in your Workspace. You can bypass this prompt and specify a Deployment name or ID in the command. To retrieve a Deployment ID, open your Deployment in the Astro UI and copy the value in the ID section of the Deployment page. You can also run astro deployment list
to find a Deployment ID or name.
To complete this action, Workspace Owner permissions are required.
Usage
Options
Examples
To delete a dbt project from a specific Deployment:
To delete a project that has the mount path, /usr/local/airflow/dbt/test-dbt-project
from a specific Deployment.