compute.

sync_metadata

sync_metadata(workspace_id: str, async_req: bool = False) -> None

Sync metadata in GoodData workspace.

Parameters

nametypedescription
workspace_idstrThe ID of the GoodData Workspace.
async_reqboolWhether 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)