-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Multiplexer value cannot be left empty in API call #18
Comments
I have the same issue. I face this for Document Joiner. The FastAPI pydantic model should not expect Document Joiner at all. My FastAPI Request Body:
My pipeline code for reference:
Pipeline YAML
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I've serialized a pipeline that sets a multiplexer in the course of the pipeline. When trying to run the pipeline via hayhooks, I get an error message that the multiplexer value is missing.
Minimum pipeline to reproduce the error:
Running the pipeline in Python works well:
Now when calling hayhooks like this:
I get below Error message that multiplexer value is required.
Setting the value in the multiplexer does not work as it would lead to multiple inputs and a ValueError.
Error message
Expected behavior
Multiplexer value does not need to be set initially.
To Reproduce
see above.
FAQ Check
The text was updated successfully, but these errors were encountered: