Doug Creighton
09/18/2024, 4:35 PMwe set up the SDK correctly, then
# Create new workspace entity locally
my_workspace_object = CatalogWorkspace(workspace_id="Flights",
name="Flights"
parent_id = None)
# Create workspace
sdk.catalog_workspace.create_or_update(workspace=my_workspace_object)
Julius Kos
09/18/2024, 5:26 PMDoug Creighton
09/18/2024, 5:27 PMDoug Creighton
09/18/2024, 5:29 PMgooddata-api-client==1.25.0
gooddata-sdk==1.25.0
Doug Creighton
09/18/2024, 8:11 PMDoug Creighton
09/18/2024, 9:58 PMDoug Creighton
09/18/2024, 9:58 PM