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: docs/contributing-to-airbyte/resources/qa-checks.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ _Applies to connector with any support level_
334
334
_Applies to connector with any internal support level_
335
335
_Applies to connector with any Airbyte usage level_
336
336
337
-
Connectors must be licensed under the MIT or Elv2 license. This is to ensure that all connectors are licensed under a permissive license. More details in our [License FAQ](https://docs.airbyte.com/community/licenses/license-faq).
337
+
Connectors must be licensed under the MIT or Elv2 license. This is to ensure that all connectors are licensed under a permissive license. More details in our [License FAQ](https://docs.airbyte.com/developer-guides/licenses/license-faq).
338
338
339
339
### Connector license in metadata.yaml and pyproject.toml file must match
340
340
@@ -354,7 +354,7 @@ _Applies to connector with any support level_
354
354
_Applies to connector with any internal support level_
355
355
_Applies to connector with any Airbyte usage level_
356
356
357
-
Connector version must follow the Semantic Versioning scheme. This is to ensure that all connectors follow a consistent versioning scheme. Refer to our [Semantic Versioning for Connectors](https://docs.airbyte.com/community/contributing-to-airbyte/resources/pull-requests-handbook#semantic-versioning-for-connectors) for more details.
357
+
Connector version must follow the Semantic Versioning scheme. This is to ensure that all connectors follow a consistent versioning scheme. Refer to our [Semantic Versioning for Connectors](https://docs.airbyte.com/contributing-to-airbyte/#semantic-versioning-for-connectors) for more details.
358
358
359
359
### Connector version in metadata.yaml and pyproject.toml file must match
360
360
@@ -421,18 +421,6 @@ _Applies to connector with any Airbyte usage level_
421
421
Connectors must use our Python connector base image (`docker.io/airbyte/python-connector-base`), declared through the `connectorBuildOptions.baseImage` in their `metadata.yaml`.
422
422
This is to ensure that all connectors use a base image which is maintained and has security updates.
423
423
424
-
## 🧪 Testing
425
-
426
-
### Medium to High Use Connectors must enable acceptance tests
427
-
428
-
_Applies to the following connector types: source_
429
-
_Applies to the following connector languages: java, low-code, python, manifest-only_
430
-
_Applies to connector with any support level_
431
-
_Applies to connector with any internal support level_
432
-
_Applies to connector with medium, high Airbyte usage level_
433
-
434
-
Medium to High Use Connectors must enable acceptance tests via the `connectorTestSuitesOptions.suite:acceptanceTests` in their respective metadata.yaml file to ensure that the connector is working as expected.
0 commit comments