Last active
May 23, 2023 12:21
-
-
Save nhammad/4b817b48032718bc1d51d54731ae4217 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: fishtownanalytics/dbt:1.0.0 | |
pipelines: | |
branches: | |
master: | |
- step: | |
name: 'setup and compile dbt' | |
script: | |
- cd dbt_project | |
- dbt deps --profiles-dir ./profiles | |
- dbt debug --profiles-dir ./profiles | |
- dbt compile --profiles-dir ./profiles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment