CatalogDataSourceService.
patch_data_source_attributes
patch_data_source_attributes(data_source_id: str, attributes: dict) -> None
Applies changes to the specified data source.
Parameters
| name | type | description |
|---|---|---|
| data_source_id | str | Data Source identification string. e.g. "demo" |
| attributes | dict | A dictionary containing attributes of the data source to be changed. |
Returns
| type | description |
|---|---|
| None | None |