Skip to content

Commit

Permalink
add documentationUrl and mark required (#26813)
Browse files Browse the repository at this point in the history
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@sers.noreply.github.com>
  • Loading branch information
bnchrch and Octavia Squidington III committed May 31, 2023
1 parent 99a6719 commit b083cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class Data(BaseModel):
supportsDbt: Optional[bool] = None
supportsNormalization: Optional[bool] = None
license: str
documentationUrl: Optional[AnyUrl] = None
documentationUrl: AnyUrl
githubIssueLabel: str
maxSecondsBetweenMessages: Optional[int] = Field(
None,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ properties:
- dockerRepository
- dockerImageTag
- license
- supportUrl
- documentationUrl
- githubIssueLabel
- connectorSubtype
- releaseStage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
license: MIT
name: Vertica
releaseStage: alpha
supportUrl: https://docs.airbyte.com/integrations/destinations/vertica
documentationUrl: https://docs.airbyte.com/integrations/destinations/vertica
tags:
- language:java
metadataSpecVersion: "1.0"

0 comments on commit b083cde

Please sign in to comment.