-
Notifications
You must be signed in to change notification settings - Fork 193
Workspace Conf fails to get status #128
Copy link
Copy link
Closed
Labels
codegenissues related to generated codeissues related to generated code
Description
Hello,
When using the workspace_conf.get_status() in the WorkspaceClient, the method does not work and returns an AttributeError: type object 'dict' has no attribute 'from_dict'. I believe WorkspaceConf is just a dictionary and thus, it is raising an Attribute Error. Could you please verify and confirm if this is correct.
e.g. workspace_client.workspace_conf.get_status(keys="enableTokensConfig") does not work
Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
codegenissues related to generated codeissues related to generated code