Skip to content

Commit

Permalink
connectors_qa: add 'AIRBYTE ENTERPRISE' to VALID_LICENSES list (#41047)
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar committed Jul 8, 2024
1 parent f48f3e5 commit 6a13f8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions airbyte-ci/connectors/connectors_qa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ poe lint

## Changelog

### 1.5.0

Added `AIRBYTE ENTERPRISE` to the list of allowed licenses, for use by Airbyte Enterprise connectors.

### 1.4.0

Added the `IntegrationTestsEnabledCheck` check that verifies if the integration tests are enabled for connectors with higher cloud usage.
Expand Down
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/connectors_qa/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "connectors-qa"
version = "1.4.0"
version = "1.5.0"
description = "A package to run QA checks on Airbyte connectors, generate reports and documentation."
authors = ["Airbyte <contact@airbyte.io>"]
readme = "README.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
PYPROJECT_FILE_NAME = "pyproject.toml"
SEMVER_FOR_CONNECTORS_DOC_URL = "https://docs.airbyte.com/contributing-to-airbyte/#semantic-versioning-for-connectors"
SETUP_PY_FILE_NAME = "setup.py"
VALID_LICENSES = {"MIT", "ELV2"}
VALID_LICENSES = {"MIT", "ELV2", "AIRBYTE ENTERPRISE"}

# Derived from other constants
AIRBYTE_PYTHON_CONNECTOR_BASE_IMAGE_NAME = f"{DOCKER_INDEX}/{AirbytePythonConnectorBaseImage.repository}"

0 comments on commit 6a13f8b

Please sign in to comment.