Merged PR 3882: Fix naming error
# Description Fixed dumb error for model renaming # Checklist - [x] The edited models and dependants run properly with production data. - [x] 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 - [ ] Check if a full-refresh is required after this PR is merged. Fix naming error Related work items: #25360
This commit is contained in:
commit
7728eb73c1
1 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ select
|
|||
status_updated_date_utc as status_updated_date_utc,
|
||||
updated_at_utc as updated_at_utc,
|
||||
updated_date_utc as updated_date_utc,
|
||||
creation_at_utc as cosmos_creation_at_utc,
|
||||
creation_date_utc as cosmos_creation_date_utc,
|
||||
cosmos_created_date_utc as created_date_utc
|
||||
creation_at_utc as creation_at_utc,
|
||||
creation_date_utc as creation_date_utc,
|
||||
cosmos_created_date_utc as cosmos_created_date_utc
|
||||
from int_screen_and_protect__verification_requests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue