init from dbt cloud hosting repo

This commit is contained in:
Yam ZhengLim
2023-03-28 23:57:11 +08:00
parent 06a10a7ac7
commit b8d9903e7f
253 changed files with 12008 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Can find packages in https://hub.getdbt.com/ , github, or local create own packages
# Example
# packages:
# - name: fivertan/github
# version: 0.1.1
# - git: https://github.com/etc....
# revision: master
# - package: calogica/dbt_date
# version: 0.6.0
# description: |-
# Warnning this package includes dbt-utils so there"s no need to also import dbt-utils in your local project. (In fact, you may get an error if you do.)
# Link https://github.com/calogica/dbt-date/#get_date_dimensionstart_date-end_date
packages:
- package: calogica/dbt_expectations
version: 0.8.2
- package: dbt-labs/dbt_utils
version: 1.0.0