Merged PR 2727: changed athena name

# Description

changed athena name I forgot in model and only changed in schema

# 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.
- [x] I have checked for DRY opportunities with other models and docs.
- [x] I've picked the right materialization for the affected models.

# Other

- [ ] Check if a full-refresh is required after this PR is merged.

Related work items: #20125
This commit is contained in:
Joaquin Ossa 2024-09-03 15:23:57 +00:00
commit 97e9f0cf76

View file

@ -46,8 +46,8 @@ select
cast(status_updated_at_utc as date) as status_updated_date_utc,
updated_at_utc,
cast(updated_at_utc as date) as updated_date_utc,
creation_at_utc,
cast(creation_at_utc as date) as creation_date_utc,
creation_at_utc as athena_creation_at_utc,
cast(creation_at_utc as date) as athena_creation_date_utc,
created_at_utc,
cast(created_at_utc as date) as created_date_utc
from stg_edeposit__verifications