Skip to content

Instantly share code, notes, and snippets.

@nhammad
Last active May 23, 2023 12:21
Show Gist options
  • Save nhammad/4b817b48032718bc1d51d54731ae4217 to your computer and use it in GitHub Desktop.
Save nhammad/4b817b48032718bc1d51d54731ae4217 to your computer and use it in GitHub Desktop.
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