Hello, I am wondering if there is any way to set a...
# gooddata-cloud
d
Hello, I am wondering if there is any way to set a TTL on cached data (by workspace, dataset, or LDM entity) so we can avoid having to write any custom logic for cache invalidation. Is this possible?
j
Hi Donald. Writing custom logic is generally the recommended solution. There’s a method for it in the Python SDK: https://www.gooddata.com/docs/python-sdk/1.3/data/data-source/register_upload_notification/ Could you let me know why you want this feature? Is it for compliance reasons, or what is the driving motivation?
d
Hello, mainly to save on some development time and to keep our data stack and BI tool as decoupled as possible.
So is there no facility for this outside of and api call or sdk?
j
There’s no way to configure a timer that’d do it in a set period outside of writing your own script for that, no.
I’ll note it down as a requested feature for our product team to look at 🙂
p
🎉 New note created.