mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 12:24:04 +00:00
26 lines
805 B
YAML
26 lines
805 B
YAML
# 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
|
|
|
|
- package: dbt-labs/codegen
|
|
version: 0.9.0
|
|
|
|
- package: calogica/dbt_date
|
|
version: [">=0.7.0", "<0.8.0"] |