- lance.LanceDataset.update_config(upsert_values: dict[str, str]) None
Update the dataset configuration.
This method inserts or updates configuration key-value pairs for the dataset.
- Parameters:
- upsert_values : dict of str to str¶
The configuration items to insert or update. Both keys and values should be strings.