Dataset External Catalog Dataset Options Args
data class DatasetExternalCatalogDatasetOptionsArgs(val defaultStorageLocationUri: Output<String>? = null, val parameters: Output<Map<String, String>>? = null) : ConvertibleToJava<DatasetExternalCatalogDatasetOptionsArgs>
Properties
Link copied to clipboard
The storage location URI for all tables in the dataset. Equivalent to hive metastore's database locationUri. Maximum length of 1024 characters.
Link copied to clipboard
A map of key value pairs defining the parameters and properties of the open source schema. Maximum size of 2Mib.