This documentation is for an older version of GoodData.
Go to the latest version of this article.
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
name | type | description |
---|---|---|
data_source_id | string | Data source identification string e.g. "demo" |
attributes | dictionary | A 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"})