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
|
|
@ -288,10 +288,6 @@ models:
|
|||
- name: verified_date_utc
|
||||
data_type: date
|
||||
description: The date when the user was verified.
|
||||
- name: flag_as_problem
|
||||
data_type: boolean
|
||||
description: |
|
||||
True if the user has been flagged as a problem. False otherwise.
|
||||
- name: number_of_properties
|
||||
data_type: bigint
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue