We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NotebookMetadata.metadata is typed as Dict[str,Any] whereas there are a few standard fields documented by the example provided in the swagger docs.
NotebookMetadata.metadata
Dict[str,Any]
nisystemlink-clients-python/nisystemlink/clients/notebook/models/_notebook_metadata.py
Line 34 in 4a965b4
OrderedMap { "interfaces": List [ "interface" ], "outputs": List [ OrderedMap { "display_name": "Output", "id": "output", "type": "scalar" } ], "parameters": List [ OrderedMap { "display_name": "Parameter1", "id": "parameter1", "type": "string" }, OrderedMap { "display_name": "Parameter2", "id": "parameter2", "type": "string[]" } ] }
Developer experience will improve if the metadata field is properly modeled to depict the default optional fields instead of a generic type.
metadata
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NotebookMetadata.metadata
is typed asDict[str,Any]
whereas there are a few standard fields documented by the example provided in the swagger docs.nisystemlink-clients-python/nisystemlink/clients/notebook/models/_notebook_metadata.py
Line 34 in 4a965b4
Developer experience will improve if the
metadata
field is properly modeled to depict the default optional fields instead of a generic type.The text was updated successfully, but these errors were encountered: