powered by
Update a data store.
UpdateDataSource( dataSourceId, canonicalName = NULL, dataStoreId = NULL, query = NULL, table = NULL, schema = NULL, partitionColumn = NULL, fetchSize = NULL )
character. The ID of the data store to update.
character. The user-friendly name of the data source.
character. The ID of the data store to connect to.
character. A query to execute on the data store to get the data. Optional.
character. The specified database table. Optional.
character. The specified database schema. Optional.
character. The name of the partition column. Optional.
integer. a user specified fetch size in the range [1, 20000]. Optional. By default a fetchSize will be assigned to balance throughput and memory usage
if (FALSE) { dataSourceId <- "5c1303269300d900016b41a7" UpdateDataSource(dataSourceId, canonicalName = "Different Name") }
Run the code above in your browser using DataLab