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.
register_upload_notification
register_upload_notification(data_source_id: str)
Forces the recomputation of analytics by invalidating the cache of the computed reports.
Parameters
| name | type | description |
|---|---|---|
| data_source_id | string | Data source identification string. e.g. "demo" |
Returns
None
Example
# Recompute analytics by invalidating cache
sdk.catalog_data_source.register_upload_notification(data_source_id="123")