dataset: snowflake_raw_data/RAW_DATA/SALESFORCE_GDPR/ACCOUNT checks: - schema: allow_other_column_order: true attributes: teams: - BPnS severity: critical notify: - '#dq-bpns' - row_count: name: Row count > 0 attributes: teams: - BPnS severity: critical notify: - '#dq-bpns' - freshness: column: CREATED_AT threshold: level: warn unit: day must_be_less_than: 2 attributes: teams: - BPnS severity: minor columns: - name: ID data_type: text checks: - missing: attributes: teams: - BPnS severity: critical notify: - '#dq-bpns' - duplicate: attributes: teams: - BPnS severity: critical notify: - '#dq-bpns' - name: IS_DELETED data_type: number checks: - missing: attributes: teams: - BPnS severity: minor - name: NAME data_type: text checks: - missing: attributes: teams: - BPnS severity: major notify: - '#dq-bpns' - name: COMPANY_DOMAIN data_type: text checks: - invalid: name: Max character length valid_max_length: 255 attributes: teams: - BPnS severity: minor - name: COMPANY_DESCRIPTION data_type: text checks: - invalid: name: Max character length valid_max_length: 131000 attributes: teams: - BPnS severity: minor - name: CREATED_AT data_type: timestamp_tz checks: - missing: attributes: teams: - BPnS severity: critical notify: - '#dq-bpns'