HidePartitionColumns Parameter (Connect-GoogleBigQuery Cmdlet)
Whether partition tables will show the columns _PARTITIONDATE and _PARTITIONTIME.
Syntax
Connect-GoogleBigQuery -HidePartitionColumns SwitchParameter
Data Type
bool
Default Value
false
Remarks
This property is disabled by default, so partition tables will show the pseudocolumns _PARTITIONDATE and _PARTITIONTIME. To hide these columns, as is done in the native driver and the BigQuery console, this property can be enabled.