This message was deleted.
# give-feedback
w
This message was deleted.
f
Hi Nathan
Those date partitions depend on how you’re storing data - are you using the incremental/interday tables?
c
Thanks Graham the line
Copy code
REGEXP_EXTRACT(_TABLE_SUFFIX, r'[0-9]+') BETWEEN '{{startYear}}{{startMonth}}{{startDay}}' AND '{{endYear}}{{endMonth}}{{endDay}}'
is working for me!
But to answer your question we have an
events_
and an
events_intraday_
table.
139 Views