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.
delete_data_source
delete_data_source(data_source_id: str)
Delete data source using Data Source id.
Parameters
| name | type | description |
|---|---|---|
| data_source_id | str | Data Source identification string. e.g. "demo" |
Returns
NoneExample
# Delete a data source via source id.
sdk.catalog_data_source.delete_data_source(data_source_id="123")