CatalogDataSourceService.

patch_data_source_attributes

patch_data_source_attributes( data_source_id: str, attributes: dict ) -> None

Applies changes to the specified data source.

Parameters

nametypedescription
data_source_idstrData Source identification string. e.g. "demo"
attributesdictA dictionary containing attributes of the data source to be changed.

Returns

None