finished User

This commit is contained in:
Pablo Martin 2024-03-07 17:06:01 +01:00
parent c059599ad6
commit cd42340bc2

View file

@ -107,47 +107,65 @@ sources:
- dbt_expectations.expect_column_values_to_match_regex: - dbt_expectations.expect_column_values_to_match_regex:
regex: "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$" regex: "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$"
row_condition: '"CreatedUserId" is not null' row_condition: '"CreatedUserId" is not null'
- name: securitystamp - name: SecurityStamp
data_type: character varying data_type: character varying
description: "" quote: True
- name: emailconfirmed description: "WIP. I have no clue what this is."
- name: EmailConfirmed
data_type: boolean data_type: boolean
description: "" quote: True
- name: lockoutenabled description: "WIP. I have no clue what this is."
- name: LockoutEnabled
data_type: boolean data_type: boolean
description: "" quote: True
- name: billingpostcode description: "WIP. I have no clue what this is."
- name: BillingPostCode
data_type: character varying data_type: character varying
quote: True
description: "" description: ""
- name: billingcountryid - name: BillingCountryId
data_type: bigint data_type: bigint
quote: True
description: "" description: ""
- name: twofactorenabled - name: TwoFactorEnabled
data_type: boolean data_type: boolean
quote: True
description: "" description: ""
- name: accessfailedcount - name: AccessFailedCount
data_type: bigint data_type: bigint
quote: True
description: "" description: ""
- name: lockoutenddateutc - name: LockoutEndDateUtc
data_type: timestamp without time zone data_type: timestamp without time zone
quote: True
description: "WIP. I have no clue what this is"
- name: BillinAddressLine1
data_type: character varing
quote: True
description: "" description: ""
- name: billingaddressline1 - name: BillingAddressLine2
data_type: character varying data_type: character varying
quote: True
description: "" description: ""
- name: billingaddressline2 - name: PhoneNumberConfirmed
data_type: character varying
description: ""
- name: phonenumberconfirmed
data_type: boolean data_type: boolean
quote: True
description: "" description: ""
tests:
- not_null
- name: _airbyte_raw_id - name: _airbyte_raw_id
data_type: character varying data_type: character varying
description: "" description: "{{ doc('_airbyte_raw_id_desc') }}"
- name: _airbyte_extracted_at - name: _airbyte_extracted_at
data_type: timestamp with time zone data_type: timestamp with time zone
description: "" description: "{{ doc('_airbyte_extracted_at_desc') }}"
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: _airbyte_meta - name: _airbyte_meta
data_type: jsonb data_type: jsonb
description: "" description: "{{ doc('_airbyte_meta_desc') }}"
- name: superhog_user - name: superhog_user
identifier: SuperhogUser identifier: SuperhogUser