We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pipeline specification documentation only gives basic information about fields.
For instance the pipeline id field. Only has the following information:
id
Data Type: String Required: Yes Default: None <SNIP>
If you look that the code you'll see that there are only certain characters allowed and there's a length limit. https://github.com/ConduitIO/conduit/blob/cea8874345beed93ff10634ede6401a2c56a1afb/pkg/pipeline/service.go#L30-L36
We should just have this info in the spec so someone doesn't need to go to the code to look it up.
The text was updated successfully, but these errors were encountered:
maha-hajja
Successfully merging a pull request may close this issue.
The pipeline specification documentation only gives basic information about fields.
For instance the pipeline
id
field. Only has the following information:If you look that the code you'll see that there are only certain characters allowed and there's a length limit.
https://github.com/ConduitIO/conduit/blob/cea8874345beed93ff10634ede6401a2c56a1afb/pkg/pipeline/service.go#L30-L36
We should just have this info in the spec so someone doesn't need to go to the code to look it up.
The text was updated successfully, but these errors were encountered: