Replies: 1 comment 3 replies
-
I asked this question on stack-overflow but no one can answer. I noticed that I can't find an answer even in the dataform discussion board itself. It must be a very stupid question or something like the meaning of life... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was wondering which is the best practice to define/handle BigQuery sharded tables like
table_abc_*
in Dataform.Let's say we have a few sharded tables called
table_abc_2018
,table_abc_2019
,table_abc_2020
:Unfortunately those tables are not under our control and so we are using something like:
Is there a way to reference them with ${ref(...)} and using a sort of _TABLE_SUFFIX syntax to select the one we need via variables like in the example above? Is there any example we can check?
We would like to understand how to handle an hypothetical case like:
Thanks,
Jacopo
Beta Was this translation helpful? Give feedback.
All reactions