diff --git a/models/brac/brac.yml b/models/brac/brac.yml index 0472bccd..d36cb3ba 100644 --- a/models/brac/brac.yml +++ b/models/brac/brac.yml @@ -43,7 +43,7 @@ models: - name: num_home_deliveries tests: - not_null - - name: brac_kpis + - name: brac-kpis columns: - name: chp_uuid tests: diff --git a/models/user_tables/user_tables.yml b/models/user_tables/user_tables.yml deleted file mode 100644 index 95f6e872..00000000 --- a/models/user_tables/user_tables.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 - -models: - - name: chws - tests: - - dbt_utils.fewer_rows_than: - compare_model: ref('couchdb') - - dbt_utils.equal_rowcount: - compare_model: ref('person')