-
Notifications
You must be signed in to change notification settings - Fork 49
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
Feature: replace panic message "tried to run FaninNode without hooking the in channel up to another node" into a nicer error message #1629
Comments
The internal FaninNode collects records from 1 or more sources and then forwards them to the next node. Your pipeline has no source connectors, so the FaninNode complains that the |
@hariso Hi there Looks like a good first issue! If you don't mind @simonl2002 after I get some free time from the connectors work I'd like to see if I can make conduit output a better error than this panic. Otherwise feel free to close this @hariso. |
@alarbada Good that we're on the same page about this. I think you can change this issue into a feature that prints a nicer error message. We can easily do some checks before attempting to build a pipeline. |
Feature description
Related to #1026, I get the same panic:
Steps to reproduce
pipeline.destination.yml
$ conduit -pipelines.path pipeline.destination.yml
I get the same panic. I did not need to build the pinecone connector.
Version
v0.10.0 linux/amd64
The text was updated successfully, but these errors were encountered: