In case Jeremey isn't available and there's some o...
# give-feedback
c
In case Jeremey isn't available and there's some one else that may be able to provide their input
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.