You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
We often want time-partitioning on tables, e.g. to separate CBS data from subsequent years. We need to choose and implement how to best create time partitioning:
At ingestion time from source files via LoadJob: need to specificy schema beforehand, which may be unnecessary overheid
During QueryJob when creating datamarts: seems easiest, because it can be included in StandardSQL
We often want time-partitioning on tables, e.g. to separate CBS data from subsequent years. We need to choose and implement how to best create time partitioning:
LoadJob: need to specificy schema beforehand, which may be unnecessary overheidQueryJobwhen creating datamarts: seems easiest, because it can be included in StandardSQL