mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-18 02:11:27 +00:00
22 lines
656 B
YAML
22 lines
656 B
YAML
version: 2
|
|
|
|
seeds:
|
|
- name: test_fct_public_models_without_contract
|
|
data_tests:
|
|
- dbt_utils.equality:
|
|
arguments:
|
|
compare_model: ref('fct_public_models_without_contract')
|
|
|
|
- name: test_fct_undocumented_public_models
|
|
data_tests:
|
|
- dbt_utils.equality:
|
|
config:
|
|
name: equality_fct_undocumented_public_models
|
|
arguments:
|
|
compare_model: ref('fct_undocumented_public_models')
|
|
|
|
- name: test_fct_exposures_dependent_on_private_models
|
|
data_tests:
|
|
- dbt_utils.equality:
|
|
arguments:
|
|
compare_model: ref('fct_exposures_dependent_on_private_models') |