sourceUriPrefix

@JvmName(name = "brcwqvamcimsoqxf")
suspend fun sourceUriPrefix(value: Output<String>)
@JvmName(name = "dfekcvqrbebxwahb")
suspend fun sourceUriPrefix(value: String?)

Parameters

value

Optional When hive partition detection is requested, a common prefix for all source uris should be supplied. The prefix must end immediately before the partition key encoding begins. For example, consider files following this data layout. gs://bucket/path_to_table/dt=2019-01-01/country=BR/id=7/file.avro gs://bucket/path_to_table/dt=2018-12-31/country=CA/id=3/file.avro When hive partitioning is requested with either AUTO or STRINGS detection, the common prefix can be either of gs://bucket/path_to_table or gs://bucket/path_to_table/ (trailing slash does not matter).