hive Partitioning Options
suspend fun hivePartitioningOptions(value: Output<TableExternalDataConfigurationHivePartitioningOptionsArgs>)
suspend fun hivePartitioningOptions(value: TableExternalDataConfigurationHivePartitioningOptionsArgs?)
Parameters
value
When set, configures hive partitioning support. Not all storage formats support hive partitioning -- requesting hive partitioning on an unsupported format will lead to an error, as will providing an invalid specification. Structure is documented below.
suspend fun hivePartitioningOptions(argument: suspend TableExternalDataConfigurationHivePartitioningOptionsArgsBuilder.() -> Unit)
Parameters
argument
When set, configures hive partitioning support. Not all storage formats support hive partitioning -- requesting hive partitioning on an unsupported format will lead to an error, as will providing an invalid specification. Structure is documented below.