catalog_data_source.

patch_data_source_attributes

patch_data_source_attributes(data_source_id: str, attributes: dict)

Applies changes to the specified data source.

Parameters

nametypedescription
data_source_idstringData source identification string e.g. "demo"
attributesdictionaryA dictionary containing attributes of the data source to be changed.

Returns

None

Example

# Patch data source attribute(s)
sdk.catalog_data_source.patch_data_source_attributes(data_source_id="test",attributes={"name": "Name2"})