Skip to content

"cube.warehouse" not working #14

@k-stanton

Description

@k-stanton

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions