I have a bunch of data cubes that are scheduled to run hourly throughout the day. But that isn’t always necessary - sometimes the data doesn’t need to be refreshed, and I’d rather not interrupt my users if so.
I have an external (in AWS) python script that runs to process the data, and I’d like to add some code that tells the data cube to refresh, when needed.
Would I use the REST API? If so, does anyone have some simple code an example of calling the API from outside of Dundas?
Thanks!