https://github.com/sungchun12/prefect-dbt-cloud
dbt Cloud pipelines in prefect 2.0 examples
https://github.com/sungchun12/prefect-dbt-cloud
dbt dbt-cloud integration prefect sql
Last synced: 8 months ago
JSON representation
dbt Cloud pipelines in prefect 2.0 examples
- Host: GitHub
- URL: https://github.com/sungchun12/prefect-dbt-cloud
- Owner: sungchun12
- License: apache-2.0
- Created: 2022-05-25T21:53:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T15:04:06.000Z (about 3 years ago)
- Last Synced: 2025-01-08T17:22:15.342Z (9 months ago)
- Topics: dbt, dbt-cloud, integration, prefect, sql
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prefect-dbt-cloud
```bash
python -m venv env # create virtual environment
source env/bin/activate
env/bin/python -m pip install --upgrade pip
pip install -r requirements.txt
prefect config set PREFECT_API_URL=http://127.0.0.1:4200/api
python data_pipeline_demo.py
prefect orion start
```Static Flow Visualization
> This may only work with prefect 1.0
https://docs.prefect.io/core/advanced_tutorials/visualization.html