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
When the data contains different type_ids but the same identifier, it will result in errors.
from superduper import ObjectModel, Listener, Application, Document model = ObjectModel(identifier="model1", object= lambda x: x) listener = model.to_listener(identifier="model1", key="a", select=None) application = Application(identifier="app", components=[listener]) encode_data = application.encode() Document.decode(encode_data)
It's recommended to use "{type_id}:{identifier}" as the key in _builds
"{type_id}:{identifier}"
_builds
The text was updated successfully, but these errors were encountered:
jieguangzhou
Successfully merging a pull request may close this issue.
When the data contains different type_ids but the same identifier, it will result in errors.
It's recommended to use
"{type_id}:{identifier}"
as the key in_builds
The text was updated successfully, but these errors were encountered: