-
Notifications
You must be signed in to change notification settings - Fork 50
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
Validate connector name and pipeline description through API #1242
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would move these validations at least into the orchestrator, if not into the actual services. For example, we already check that the pipeline has a name here, I'd keep these validations there. This way the check is executed even if Conduit is used as a library (without endpoints).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're getting there, I think after these comments are resolved we should be good to go 👍
…ctor service_test.go
…i' into adam/validate-connector-names-api
increase delay in persister_test.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work! I'm approving in advance, even though I left a few more nitpicks. Thanks @AdamHaffar 👍
Description
Adds validation for the following config values:
Fixes #574
Quick checks: