diff --git a/models/staging/stg_github_contributions.yml b/models/staging/stg_github_contributions.yml index 3ab41e3..4a99185 100644 --- a/models/staging/stg_github_contributions.yml +++ b/models/staging/stg_github_contributions.yml @@ -3,6 +3,10 @@ version: 2 models: - name: stg_pull_requests columns: + - name: url + tests: + - not_null + - unique - name: user_login tests: - accepted_values: @@ -13,6 +17,10 @@ models: - dbt_utils.expression_is_true: expression: "NOT private" columns: + - name: full_name + tests: + - not_null + - unique - name: visibility tests: - accepted_values: