Skip to content

Mirrored Warehouse

Warning

The functions are not fully tested yet. Use with caution. Please report any issues to the GitHub repository.

mirrored_warehouse_list

mirrored_warehouse_list(workspace_id: str, continuation_token: str = None, preview: bool = True) -> requests.Response

List mirrored warehouses for a workspace.

Parameters:

Name Type Description Default
workspace_id str

The id of the workspace to list mirrored warehouses for.

required
continuation_token str | None

A token for retrieving the next page of results.

None
preview bool

Whether to preview the request. You will be asked to confirm the request before it is executed. Defaults to True.

True

Returns:

Type Description
Response

The response from the request.