Skip to content

Instantly share code, notes, and snippets.

@boxysean
Created December 28, 2018 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boxysean/dc782cdc1b1942cf95ac69366d263a37 to your computer and use it in GitHub Desktop.
Save boxysean/dc782cdc1b1942cf95ac69366d263a37 to your computer and use it in GitHub Desktop.
# dbt_utils/dbt_project.yml
name: 'dbt_utils'
version: '0.1.0'
# file: my_project/dbt_project.yml
name: my_project
version: 1.0
# file: my_project/packages.yml
packages:
- git: https://github.com/fishtown-analytics/snowplow.git
revision: master
- git: https://github.com/fishtown-analytics/dbt-utils.git
revision: master
# file: snowplow/dbt_project.yml
name: 'snowplow'
version: '0.0.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment