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
From the changes made in #113, it looks like the column identified for partitioning that the mutator cli takes has to exist. What I'd like to do is to actually partition the table by ingestion time (https://cloud.google.com/bigquery/docs/partitioned-tables#ingestion_time). This is a pseudo column named _PARTITIONTIME. Can this be supported?
The text was updated successfully, but these errors were encountered:
Hi @lionkeng , apologies for the long silence about your question.
You can create a table by specifying the load_tstamp column as the partitioning column. This column will be automatically added to the table, ie it doesn't need to exist in advance.
From the changes made in #113, it looks like the column identified for partitioning that the mutator cli takes has to exist. What I'd like to do is to actually partition the table by ingestion time (https://cloud.google.com/bigquery/docs/partitioned-tables#ingestion_time). This is a pseudo column named
_PARTITIONTIME
. Can this be supported?The text was updated successfully, but these errors were encountered: