This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
For stable version, go to the latest stable 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"})