Skip to content

Instantly share code, notes, and snippets.

@abdullin
Created August 17, 2022 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdullin/ca7a88c571f9a2ca8b5f8dd70fb9a738 to your computer and use it in GitHub Desktop.
Save abdullin/ca7a88c571f9a2ca8b5f8dd70fb9a738 to your computer and use it in GitHub Desktop.
A list of Kubeflow errors discovered while trying to build a simple pipeline.
(tracking them here just ouf of amusement)
Incompatible argument passed to the input "in_model_path" of component "step-train": Argument type "String" is incompatible with the input type "GCSPath"
Passing value "data" with type "String" (as "Parameter") to component input "in_model_path" with type "GCSPath" (as "Artifact") is incompatible. Please fix the type of the component input.
ValueError: Unexpected type
TypeError: The pipeline argument "model_path" is viewed as an artifact due to its type "Path". And we currently do not support passing artifacts as pipeline inputs. Consider type annotating the argument with a primitive type, such as "str", "int", "float", "bool", "dict", and "list".
TypeError: to_dict() missing 1 required positional argument: 'self'
Input "in_model_path" with type "String" cannot be paired with InputPathPlaceholder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment