You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we make the naming system of "modules", "models", and "fields" consistent across what I'm being told to use, the API and the schema?
I was told by Alex that core, bionty, ... are modules, Artifact, Run, ... are registries, and that a record in a registry as fields.
In the API, all instances of {model_name} should be renamed to {registry_name}. For example: POST /instances/{instance_id}/modules/{module_name}/{model_name}/{id_or_uid}
In a registry's fields_metadata, the following keys should be renamed:
model_name → registry_name
schema_name → module_name
related_model_name → related_registry_name
related_schema_name → related_module_name
The text was updated successfully, but these errors were encountered:
Description of feature
When I make a call to Get schema, I get something like this:
Could we make the naming system of "modules", "models", and "fields" consistent across what I'm being told to use, the API and the schema?
{model_name}
should be renamed to{registry_name}
. For example:POST /instances/{instance_id}/modules/{module_name}/{model_name}/{id_or_uid}
model_name
→registry_name
schema_name
→module_name
related_model_name
→related_registry_name
related_schema_name
→related_module_name
The text was updated successfully, but these errors were encountered: