Skip to content

Commit

Permalink
Update website/blog/2022-05-03-making-dbt-cloud-api-calls-using-dbt-c…
Browse files Browse the repository at this point in the history
…loud-cli.md
  • Loading branch information
mirnawong1 authored Nov 1, 2023
1 parent a362e2a commit 4a874a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ is_featured: true
---

:::info Different from dbt Cloud CLI
This is blog explains how to use the Python library, `dbt-cloud-cli` and create a data catalog app with dbt Cloud artifacts. This is different from the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation), a dbt Cloud-powered tool that allows you to run dbt commands against your dbt Cloud development environment from your local command line.
This is blog explains how to use the Python library, `dbt-cloud-cli`, and create a data catalog app with dbt Cloud artifacts. This is different from the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation), a dbt Cloud-powered tool that allows you to run dbt commands against your dbt Cloud development environment from your local command line.
:::

dbt Cloud is a hosted service that many organizations use for their dbt deployments. Among other things, it provides an interface for creating and managing deployment jobs. When triggered (e.g., cron schedule, API trigger), the jobs generate various artifacts that contain valuable metadata related to the dbt project and the run results.
Expand Down

0 comments on commit 4a874a7

Please sign in to comment.