diff --git a/models/intermediate/int_core__unified_user.sql b/models/intermediate/int_core__unified_user.sql index 3e01822..e9407ba 100644 --- a/models/intermediate/int_core__unified_user.sql +++ b/models/intermediate/int_core__unified_user.sql @@ -22,7 +22,6 @@ select is_twofactor_enabled, access_failed_count, lockout_end_date_utc, - billing_country_name, avatar, id_airbnb, airbnb_url, diff --git a/models/staging/core/stg_core__user.sql b/models/staging/core/stg_core__user.sql index 3e3dfd2..92db421 100644 --- a/models/staging/core/stg_core__user.sql +++ b/models/staging/core/stg_core__user.sql @@ -19,6 +19,5 @@ select billingcountryid as id_billing_country, twofactorenabled as is_twofactor_enabled, accessfailedcount as access_failed_count, - lockoutenddateutc as lockout_end_date_utc, - billingcountryname as billing_country_name + lockoutenddateutc as lockout_end_date_utc from raw_user