github calogica/dbt-expectations 0.3.3
dbt-expectations 0.3.3

latest releases: 0.10.4, 0.10.3, 0.10.2...
3 years ago

Removes dependency on spark-utils.

Users running this package on non-core (Snowflake, BigQuery, Redshift, Postgres) platforms, will need to use a package like spark_utils to shim macros.

For example, in packages.yml, you will need to include the relevant package:

  - package: fishtown-analytics/spark_utils
    version: <latest or range>

And reference in the dispatch list for dbt_utils in dbt_project.yml:

vars:
    dbt_utils_dispatch_list: [spark_utils]

Don't miss a new dbt-expectations release

NewReleases is sending notifications on new releases.