astro dbt deploy
This command allows you to deploy your dbt code directly to Astro, independently of any dag deploys or full project image deploys.
This command bundles all files in your dbt project and pushes them to Astro, where they are mounted on your Airflow containers so that your dags can access them.
When you run astro dbt deploy
, the CLI prompts you to select from a list of all Deployments that you can access across Workspaces. To bypass this prompt, you can also specify a Deployment 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.
Usage
Options
Examples
To deploy directly to a specific Deployment:
to deploy a project to a specific deployment on the mount path, example-path
.