You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-ci/connectors/metadata_service/lib/metadata_service/models/generated/ConnectorMetadataDefinitionV0.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -123,8 +123,8 @@ class AirbyteInternal(BaseModel):
Copy file name to clipboardExpand all lines: airbyte-ci/connectors/metadata_service/lib/metadata_service/models/generated/ConnectorRegistryDestinationDefinition.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,8 @@ class AirbyteInternal(BaseModel):
Copy file name to clipboardExpand all lines: airbyte-ci/connectors/metadata_service/lib/metadata_service/models/generated/ConnectorRegistrySourceDefinition.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,8 @@ class AirbyteInternal(BaseModel):
Copy file name to clipboardExpand all lines: docs/contributing-to-airbyte/resources/qa-checks.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ They are by no mean replacing the need for a manual review of the connector code
13
13
_Applies to the following connector types: source, destination_
14
14
_Applies to the following connector languages: java, low-code, python, manifest-only_
15
15
_Applies to connector with any support level_
16
-
_Applies to connector with any internal support level_
16
+
_Applies to connector with 100 internal support level_
17
17
_Applies to connector with any Airbyte usage level_
18
18
19
19
When a breaking change is introduced, we check that a migration guide is available. It should be stored under `./docs/integrations/<connector-type>s/<connector-name>-migrations.md`.
@@ -24,7 +24,7 @@ This document should contain a section for each breaking change, in order of the
24
24
_Applies to the following connector types: source, destination_
25
25
_Applies to the following connector languages: java, low-code, python, manifest-only_
26
26
_Applies to connector with any support level_
27
-
_Applies to connector with any internal support level_
27
+
_Applies to connector with 100 internal support level_
28
28
_Applies to connector with any Airbyte usage level_
29
29
30
30
The user facing connector documentation should be stored under `./docs/integrations/<connector-type>s/<connector-name>.md`.
@@ -251,7 +251,7 @@ Check verifies that Changelog header section content follows standard template:
251
251
_Applies to the following connector types: source, destination_
252
252
_Applies to the following connector languages: java, low-code, python, manifest-only_
253
253
_Applies to connector with any support level_
254
-
_Applies to connector with any internal support level_
254
+
_Applies to connector with 100 internal support level_
255
255
_Applies to connector with any Airbyte usage level_
256
256
257
257
Each new version of a connector must have a changelog entry defined in the user facing documentation in `./docs/integrations/<connector-type>s/<connector-name>.md`.
0 commit comments