AN-1707 dbt utils depend (#16)

* docs

* tests, transaction inner inner update

* small fixes

* fix dbt utils depend
This commit is contained in:
eric-laurello 2022-08-29 15:00:25 -04:00 committed by GitHub
parent 629a830485
commit e50f02dbf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
packages:
- package: calogica/dbt_expectations
version: [">=0.4.0", "<0.9.0"]
- package: dbt-labs/dbt_utils
version: [">=0.8.0", "<0.9.0"]
- package: dbt-labs/dbt_external_tables
version: 0.8.0
- package: Snowflake-Labs/dbt_constraints
version: [">=0.4.0", "<0.5.0"]
version: [">=0.4.0"]
- package: calogica/dbt_expectations
version: [">=0.4.0", "<0.6.0"]