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
Today, artifacts can be initialized with members of any type regarding of the definition.
For example, the "card" attribute can be initialized by any type.
Error checking is done sporadically and requires specific error checking on each field and drafting an error message.
We should have a generic check to see that the type of the attribute meets the defined types.
Or at least have a method in artificat like verify_type(["metrics","card",..."). That would check specfied fields.
.
The text was updated successfully, but these errors were encountered:
Today, artifacts can be initialized with members of any type regarding of the definition.
For example, the "card" attribute can be initialized by any type.
Error checking is done sporadically and requires specific error checking on each field and drafting an error message.
We should have a generic check to see that the type of the attribute meets the defined types.
Or at least have a method in artificat like verify_type(["metrics","card",..."). That would check specfied fields.
.
The text was updated successfully, but these errors were encountered: