Skip to content

Commit

Permalink
feat(PN-13842): add dynamic celonis timestamp (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vallasc authored Feb 3, 2025
1 parent c6be381 commit c395e32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WHERE
dynamoExportName
==
date_format(
date_sub( now(), 1),
date_sub( to_timestamp('${timestamp.utc}', "yyyy-MM-dd'T'HH:mm:ssX"), 1),
"'inc_export_'yyyyMMdd"
)
;

0 comments on commit c395e32

Please sign in to comment.