Migration commit from heyvince.co to heyvince.ca

This commit is contained in:
vgoineau
2024-05-03 09:24:48 -04:00
commit 2c898da04f
24 changed files with 679 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Name your project! Project names should contain only lowercase characters
name: 'waffle_shop'
version: '1.0.0'
config-version: 2
# Just like dft, this setting configures which "profile" dft uses for this project.
# Do not forget to configure your connection.yml file in ~/.dft folder
profile: 'profile-name'
target-name: 'target_connection_name' # Change Target file in .dft
# These configurations specify where dbt should look for different types of files.
# The `model-paths` config, for example, states that models in this project can be
# found in the "models/" directory. You probably won't need to change these!
test-paths: ["tests"]
query-paths: ["queries"]
migration-path: "migration"