-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I tried using cube.warehouse() today and it failed. On https://www.dundas.com/support/api-docs/rest/, datacube/warehouse/ doesn't exist. I used datacube/buildstorage/ and it worked.
So I edited cube.py to include:
def buildstorage(self):
"""Triggers a 'Build Warehouse' event"""
self.api.session.post('datacube/buildstorage/' + self.id, json={})
Would you like to incorporate it?
Metadata
Metadata
Assignees
Labels
No labels