Merged PR 5234: Remove 2 fields that no longer exist
# Description Removes 2 fields that no longer exist in the backend. Needed to do since I need to bring another table to sync_core. No PBI dependencies found. Fields are: * flag_as_problem in SH User * autonavigate in VerificationSet # Checklist - [X] The edited models and dependants run properly with production data. - [ ] The edited models are sufficiently documented. - [X] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [X] Check if a full-refresh is required after this PR is merged. Related work items: #30229
This commit is contained in:
parent
53874ab08a
commit
ca3fc4add9
6 changed files with 0 additions and 12 deletions
|
|
@ -17,7 +17,6 @@ with
|
|||
date({{ adapter.quote("UpdatedDate") }}) as updated_date_utc,
|
||||
{{ adapter.quote("VerifiedDate") }} as verified_at_utc,
|
||||
cast({{ adapter.quote("VerifiedDate") }} as date) as verified_date_utc,
|
||||
{{ adapter.quote("FlagAsProblem") }} as flag_as_problem,
|
||||
lower({{ adapter.quote("SuperhogUserId") }}) as id_superhoguser,
|
||||
{{ adapter.quote("NumberOfProperties") }} as number_of_properties,
|
||||
{{ adapter.quote("SuperhogVerifiedSetId") }} id_superhog_verified_set,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ with
|
|||
{{ adapter.quote("Version") }} as verification_set_version,
|
||||
{{ adapter.quote("AutoFill") }} as autofill,
|
||||
{{ adapter.quote("IsActive") }} as is_active,
|
||||
{{ adapter.quote("AutoNavigate") }} as autonavigate,
|
||||
{{ adapter.quote("HidePassword") }} as hide_password,
|
||||
{{ adapter.quote("UserVerificationSetType") }}
|
||||
as user_verification_set_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue