1
This commit is contained in:
parent
3c2e234092
commit
78d6f3660a
@ -209,5 +209,5 @@ select DAY_OF_WEEK,
|
|||||||
Social_Category SOCIAL_CATEGORY,
|
Social_Category SOCIAL_CATEGORY,
|
||||||
Social_socialId SOCIAL_SOCIALID,
|
Social_socialId SOCIAL_SOCIALID,
|
||||||
Studio_transfer_disposition STUDIO_TRANSFER_DISPOSITION
|
Studio_transfer_disposition STUDIO_TRANSFER_DISPOSITION
|
||||||
from $ref("calls_*")
|
from ${ref("calls_*")}
|
||||||
$ when(incremental(), `where _TABLE_SUFFIX = FORMAT_DATE('%Y%m%d',current_date("Europe/Amsterdam"))`)
|
${ when(incremental(), `where _TABLE_SUFFIX = FORMAT_DATE('%Y%m%d',current_date("Europe/Amsterdam"))`) }
|
||||||
Loading…
Reference in New Issue
Block a user