From cd42340bc2027e69029d6c01f169ef51d282311d Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Thu, 7 Mar 2024 17:06:01 +0100 Subject: [PATCH] finished User --- models/staging/core/_core_sources.yml | 56 ++++++++++++++++++--------- 1 file changed, 37 insertions(+), 19 deletions(-) diff --git a/models/staging/core/_core_sources.yml b/models/staging/core/_core_sources.yml index 8f39616..4ae5688 100644 --- a/models/staging/core/_core_sources.yml +++ b/models/staging/core/_core_sources.yml @@ -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