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
change each __type__ in catalog to full qualified name rather than snake. read and write to a registry that just maps qualified-class-name to itself. toward removal of registry
message=f"'{type}' is not a recognized artifact 'type'. Make sure a the class defined this type (Probably called '{maybe_class}' or similar) is defined and/or imported anywhere in the code executed."
), f"Artifact class name must be unique, '{snake_case_key}' already exists for{cls._class_register[snake_case_key]}. Cannot be overridden by {artifact_class}."
), f"Artifact class name must be unique, '{cls.get_artifact_type()}' is already registered as{cls._class_register[cls.get_artifact_type()]}. Cannot be overridden by {artifact_class}."
"__deprecated_msg__": "Artifact 'augmentors.augment_whitespace_prefix_and_suffix_task_input' is deprecated. Artifact 'augmentors.text.whitespace_prefix_suffix' will be instantiated instead. In future uses, please reference artifact 'augmentors.text.whitespace_prefix_suffix' directly."
"__deprecated_msg__": "Artifact 'augmentors.augment_whitespace_task_input' is deprecated. Artifact 'augmentors.text.whitespace_prefix_suffix' will be instantiated instead. In future uses, please reference artifact 'augmentors.text.whitespace_prefix_suffix' directly."
0 commit comments