pub async fn register_table(
configuration: &Configuration,
id: &str,
register_table_request: RegisterTableRequest,
delimiter: Option<&str>,
) -> Result<RegisterTableResponse, Error<RegisterTableError>>Expand description
Register an existing table at a given storage location as id.