dbt-cloud
Installation
SKILL.md
Dbt Cloud
Dbt Cloud is a managed service that helps data teams build and deploy data transformation pipelines using dbt (data build tool). It's used by data engineers, analysts, and scientists to manage their dbt projects, schedule jobs, and monitor performance. Essentially, it's a platform for scaling dbt projects in production.
Official docs: https://docs.getdbt.com/dbt-cloud/api/cloud-api
Dbt Cloud Overview
- Project
- Environment
- Job
- Run
- Job
- Environment
- Artifact
Working with Dbt Cloud
This skill uses the Membrane CLI to interact with Dbt Cloud. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills