finished User
This commit is contained in:
parent
c059599ad6
commit
cd42340bc2
1 changed files with 37 additions and 19 deletions
|
|
@ -107,47 +107,65 @@ sources:
|
|||
- 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}$"
|
||||
row_condition: '"CreatedUserId" is not null'
|
||||
- name: securitystamp
|
||||
- name: SecurityStamp
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: emailconfirmed
|
||||
quote: True
|
||||
description: "WIP. I have no clue what this is."
|
||||
- name: EmailConfirmed
|
||||
data_type: boolean
|
||||
description: ""
|
||||
- name: lockoutenabled
|
||||
quote: True
|
||||
description: "WIP. I have no clue what this is."
|
||||
- name: LockoutEnabled
|
||||
data_type: boolean
|
||||
description: ""
|
||||
- name: billingpostcode
|
||||
quote: True
|
||||
description: "WIP. I have no clue what this is."
|
||||
- name: BillingPostCode
|
||||
data_type: character varying
|
||||
quote: True
|
||||
description: ""
|
||||
- name: billingcountryid
|
||||
- name: BillingCountryId
|
||||
data_type: bigint
|
||||
quote: True
|
||||
description: ""
|
||||
- name: twofactorenabled
|
||||
- name: TwoFactorEnabled
|
||||
data_type: boolean
|
||||
quote: True
|
||||
description: ""
|
||||
- name: accessfailedcount
|
||||
- name: AccessFailedCount
|
||||
data_type: bigint
|
||||
quote: True
|
||||
description: ""
|
||||
- name: lockoutenddateutc
|
||||
- name: LockoutEndDateUtc
|
||||
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: ""
|
||||
- name: billingaddressline1
|
||||
- name: BillingAddressLine2
|
||||
data_type: character varying
|
||||
quote: True
|
||||
description: ""
|
||||
- name: billingaddressline2
|
||||
data_type: character varying
|
||||
description: ""
|
||||
- name: phonenumberconfirmed
|
||||
- name: PhoneNumberConfirmed
|
||||
data_type: boolean
|
||||
quote: True
|
||||
description: ""
|
||||
tests:
|
||||
- not_null
|
||||
- name: _airbyte_raw_id
|
||||
data_type: character varying
|
||||
description: ""
|
||||
description: "{{ doc('_airbyte_raw_id_desc') }}"
|
||||
- name: _airbyte_extracted_at
|
||||
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
|
||||
data_type: jsonb
|
||||
description: ""
|
||||
description: "{{ doc('_airbyte_meta_desc') }}"
|
||||
- name: superhog_user
|
||||
identifier: SuperhogUser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue