[Connector Builder] Set placeholder documentation_url for builder-generated spec #22340
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
See slack context: https://airbytehq-team.slack.com/archives/C03TP6W8081/p1675365814016559?thread_ts=1675198798.481999&cid=C03TP6W8081
Manifests generated by the connector builder currently do not pass integration tests and cannot be used, because they have an empty documentation_url.
This issue platform issue will handle fixing the airbyte-server to not fail in this case: #22242
But until that is complete, we should have an intermediate solution here to fix the problem in the meantime.
How
This PR addresses the issue by setting
documentation_url
in the manifest produce by the connector builder to the placeholder documentation url we have used in other connectors so far.This can be removed once #22242 is complete