mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
init from dbt cloud hosting repo
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user