CatalogWorkspaceService.
get_metadata_localization
get_metadata_localization(
workspace_id: str, target_language: str
) ->
bytes
Retrieve the metadata localization for a workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | The ID of the workspace for which to retrieve the metadata localization. |
target_language | str | The target language code for the localization. |
Returns
type | description |
---|---|
bytes | The encoded metadata localization in the target language. |