airbyte-ci/connectors/connector_ops/README.md
A collection of utilities for working with Airbyte connectors.
connector_ops tools use Poetry to manage dependencies,
and targets Python 3.11 and higher.
Assuming you're in Airbyte repo root:
cd airbyte-ci/connectors/connector_ops
poetry install
Connector OPS package provides useful Connector class and helper methods. It's used in several Airbyte CI packages.
connector_opsTo run tests locally:
poetry run pytest
ci_credentials 1.2.0, which drops common_utils.documentation_file_name property to Connector class.sbom_url property to Connectorcloud_usage property to Connector class.