compute.
sync_metadata
sync_metadata(workspace_id: str, async_req: bool = False) -> None
Sync metadata in GoodData workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | The ID of the GoodData Workspace. |
async_req | bool | Whether to perform the request asynchronously. |
Returns
None
Example
host = "https://www.example.com"
token = "<your_personal_access_token>"
sdk = GoodDataSdk.create(host, token)
sdk.compute.sync_metadata(workspace_id)