1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Add archived as connector support level (#35355)

This commit is contained in:
Evan Tahler
2024-02-16 13:07:50 -08:00
committed by GitHub
parent 588ce5627e
commit bbb0831c8c
8 changed files with 22 additions and 5 deletions

View File

@@ -640,3 +640,4 @@ class ConnectorTypeEnum(str, Enum):
class SupportLevelEnum(str, Enum):
certified = "certified"
community = "community"
archived = "archived"

View File

@@ -27,7 +27,7 @@ class ReleaseStage(BaseModel):
class SupportLevel(BaseModel):
__root__: Literal["community", "certified"] = Field(
__root__: Literal["community", "certified", "archived"] = Field(
...,
description="enum that describes a connector's release stage",
title="SupportLevel",

View File

@@ -20,7 +20,7 @@ class ReleaseStage(BaseModel):
class SupportLevel(BaseModel):
__root__: Literal["community", "certified"] = Field(
__root__: Literal["community", "certified", "archived"] = Field(
...,
description="enum that describes a connector's release stage",
title="SupportLevel",

View File

@@ -20,7 +20,7 @@ class ReleaseStage(BaseModel):
class SupportLevel(BaseModel):
__root__: Literal["community", "certified"] = Field(
__root__: Literal["community", "certified", "archived"] = Field(
...,
description="enum that describes a connector's release stage",
title="SupportLevel",

View File

@@ -20,7 +20,7 @@ class ReleaseStage(BaseModel):
class SupportLevel(BaseModel):
__root__: Literal["community", "certified"] = Field(
__root__: Literal["community", "certified", "archived"] = Field(
...,
description="enum that describes a connector's release stage",
title="SupportLevel",

View File

@@ -8,7 +8,7 @@ from typing_extensions import Literal
class SupportLevel(BaseModel):
__root__: Literal["community", "certified"] = Field(
__root__: Literal["community", "certified", "archived"] = Field(
...,
description="enum that describes a connector's release stage",
title="SupportLevel",

View File

@@ -7,3 +7,4 @@ type: string
enum:
- community
- certified
- archived

View File

@@ -0,0 +1,15 @@
metadataSpecVersion: 1.0
data:
name: AlloyDB for PostgreSQL
definitionId: 1fa90628-2b9e-11ed-a261-0242ac120002
connectorType: source
dockerRepository: airbyte/image-exists-1
githubIssueLabel: source-alloydb-strict-encrypt
dockerImageTag: 0.0.1
documentationUrl: https://docs.airbyte.com/integrations/sources/existingsource
connectorSubtype: database
releaseStage: generally_available
supportLevel: archived
license: MIT
tags:
- language:java