An open API service indexing awesome lists of open source software.

https://github.com/sungchun12/airflow-dbt-cloud

dbt Cloud pipelines in airflow examples
https://github.com/sungchun12/airflow-dbt-cloud

airflow data dbt dbt-cloud schedule scheduler workflow-engine

Last synced: about 1 month ago
JSON representation

dbt Cloud pipelines in airflow examples

Awesome Lists containing this project

README

          

# airflow-dbt-cloud

Examples of scheduling dbt Cloud pipelines in airflow. This is intended to be the simplest and fastest way to get locally started.

## Getting Started

Follow this wonderful guide: [here](https://docs.getdbt.com/guides/orchestration/airflow-and-dbt-cloud/1-airflow-and-dbt-cloud)

> Note: Follow the below instructions to get started with the example DAGs in this repo using the [new `astro` CLI vs. the old `astrocloud` CLI](https://docs.astronomer.io/astro/cli/install-cli#migrate-from-astrocloud-to-astro)

Astro CLI Docs: [here](https://github.com/astronomer/astro-cli)

```bash
# install astro cli
brew install astro

# start the astro dev environment
astro dev start
```