Skip to content

Commit

Permalink
Update website/docs/guides/airflow-and-dbt-cloud.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 5, 2023
1 parent 49278b8 commit 5057aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/airflow-and-dbt-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ recently_updated: true
Many organization already use [Airflow](https://airflow.apache.org/) to orchestrate their data workflows. dbt Cloud works great with Airflow, letting you execute your dbt code in dbt Cloud while keeping orchestration duties with Airflow. This ensures your project's metadata (important for tools like dbt Explorer) is available and up-to-date, while still enabling you to use Airflow for general tasks such as:

- Scheduling other processes outside of dbt runs
- Ensuring that a [dbt job](https://docs.getdbt.com/docs/dbt-cloud/cloud-overview#schedule-and-run-dbt-jobs-in-production) kicks off before or after another process outside of dbt Cloud
- Ensuring that a [dbt job](/docs/dbt-cloud/cloud-overview#schedule-and-run-dbt-jobs-in-production) kicks off before or after another process outside of dbt Cloud
- Triggering a dbt job only after another has completed

In this guide, you'll learn how to:
Expand Down

0 comments on commit 5057aea

Please sign in to comment.