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?
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?