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")