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 - Artifact Working with Dbt Cloud This skill uses the Membrane CLI to interact with Dbt Cloud. Membrane handles authentication and credentials refres…