This commit is contained in:
Anna Saiapina 2024-06-18 13:11:41 +00:00 committed by GCP Dataform
parent 3c2e234092
commit 78d6f3660a

View File

@ -209,5 +209,5 @@ select DAY_OF_WEEK,
Social_Category SOCIAL_CATEGORY,
Social_socialId SOCIAL_SOCIALID,
Studio_transfer_disposition STUDIO_TRANSFER_DISPOSITION
from $ref("calls_*")
$ when(incremental(), `where _TABLE_SUFFIX = FORMAT_DATE('%Y%m%d',current_date("Europe/Amsterdam"))`)
from ${ref("calls_*")}
${ when(incremental(), `where _TABLE_SUFFIX = FORMAT_DATE('%Y%m%d',current_date("Europe/Amsterdam"))`) }