airbyte-internal-ops 0.1.4__tar.gz → 0.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/lint-check.yml +26 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/PKG-INFO +1 -1
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/poe_tasks.toml +2 -2
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/pyproject.toml +1 -0
- airbyte_internal_ops-0.1.5/pyrefly.toml +9 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/airbyte_repo/list_connectors.py +44 -4
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/airbyte_repo/utils.py +5 -3
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cli/cloud.py +35 -36
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cli/repo.py +15 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/live_tests.py +21 -6
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/server_info.py +2 -2
- airbyte_internal_ops-0.1.5/tests/test_list_connectors.py +203 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/uv.lock +22 -4
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.env.template +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/copilot-instructions.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/dependabot.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/pr-welcome-message.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/release-drafter.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/autofix-command.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/connector-live-test.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/connector-regression-test.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/format-check.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/lock-command.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/pdoc_preview.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/pdoc_publish.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/poe-command.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/pr-welcome.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/publish.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/pytest-fast.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/pytest-matrix.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/release-drafter.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/slash-command-dispatch.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.github/workflows/test-connection-retriever.yml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.gitignore +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/.mcp.json.template +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/CONTRIBUTING.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/bin/test_mcp_tool.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/conftest.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/docs/.gitignore +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/docs/generate.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/docs/templates/custom.css +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/docs/templates/theme.css +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/pytest.ini +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/ruff.toml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_annotations.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/dbml_assembler.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/erd_service.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/relationships.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/cli.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/hacks.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/insights.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/models.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/pylint.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/pylint_plugins/cdk_deprecation_checkers.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/result_backends.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/.gitignore +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/base_backend.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/duckdb_backend.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/file_backend.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/connection_objects_retrieval.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/connector_runner.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/errors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/evaluation_modes.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/hacks.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/json_schema_helper.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/mitm_addons.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/models.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/proxy.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/secret_access.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/segment_tracking.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/conftest.py.disabled +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/consts.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/poetry.lock +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/pytest.ini +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_check.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_discover.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_read.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_spec.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/report.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/stash_keys.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/private_details.html.j2 +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/report.html.j2 +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_check.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_discover.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_read.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_spec.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/connector/hooks.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/connector/normalization.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/common.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/pipx.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/poetry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/remote_storage.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/secrets.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/system/common.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/system/docker.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/git.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/internal_tools.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/java.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/python.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/cache_keys.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/cli.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/cdk_helpers.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/command.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/dagger_fs.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/format.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/modifed.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/yaml.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/argument_parsing.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/run_steps.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/gcs.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/git.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/github.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/pip.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/sentry_utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/slack.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/build_customization.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/common.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/java_connectors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/manifest_only_connectors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/normalization.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/python_connectors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/consts.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/context.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/list/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/list/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/publish/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/publish/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/publish/context.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/publish/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/reports.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/context.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/common.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/java_connectors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/manifest_only_connectors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/python_connectors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/templates/test_report.html.j2 +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/steps.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/templates/up_to_date_pr_body.md.j2 +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/publish/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/publish/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/base_image.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/docker.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/gradle.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/no_op.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/poetry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/pull_request.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/python_registry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/models.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/update/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/update/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/airbyte_ci.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/auto_update.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/click_decorators.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/confirm_prompt.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/dagger_pipeline_command.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/dagger_run.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/ensure_repo_root.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/lazy_group.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/secrets.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/telemetry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/consts.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/hacks.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/artifacts.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/ci_requirements.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/click_pipeline_context.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/pipeline_context.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/python_registry_publish.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/reports.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/secrets.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/singleton.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/steps.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/assets.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/documentation.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/helpers.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/models.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/documentation_headers_check_description.md.j2 +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/section_content_description.md.j2 +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/template.md.j2 +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/metadata.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/packaging.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/security.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/version.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/cli.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/consts.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/models.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/templates/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/templates/qa_checks.md.j2 +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/bin/bundle-schemas.js +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/bin/generate-metadata-models.sh +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ActorDefinitionResourceRequirements.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/AirbyteInternal.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/AllowedHosts.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorBreakingChanges.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorBuildOptions.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorIPCOptions.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetadataDefinitionV0.json +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetadataDefinitionV0.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetrics.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorPackageInfo.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryDestinationDefinition.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryReleases.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistrySourceDefinition.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryV0.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorReleases.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorTestSuiteOptions.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/GeneratedFields.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/GitInfo.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/JobType.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/NormalizationDestinationDefinitionConfig.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RegistryOverrides.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ReleaseStage.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RemoteRegistries.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ResourceRequirements.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RolloutConfiguration.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/Secret.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SecretStore.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SourceFileInfo.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SuggestedStreams.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SupportLevel.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/TestConnections.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/airbyte-connector-metadata-schema.json +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ActorDefinitionResourceRequirements.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/AirbyteInternal.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/AllowedHosts.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorBreakingChanges.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorBuildOptions.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorIPCOptions.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorMetadataDefinitionV0.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorMetrics.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorPackageInfo.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryDestinationDefinition.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryReleases.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistrySourceDefinition.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryV0.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorReleases.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorTestSuiteOptions.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/GeneratedFields.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/GitInfo.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/JobType.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/NormalizationDestinationDefinitionConfig.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RegistryOverrides.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ReleaseStage.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RemoteRegistries.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ResourceRequirements.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RolloutConfiguration.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/Secret.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SecretStore.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SourceFileInfo.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SuggestedStreams.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SupportLevel.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/TestConnections.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/package-lock.json +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/package.json +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/transform.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/commands.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/constants.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/docker_hub.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/docs/external_documentation_urls.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/gcs_upload.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/files.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/gcs.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/object_helpers.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/slack.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/.env.template +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/README.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/dagster_cloud.yaml +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/connector_metrics.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/github.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/metadata.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry_entry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry_report.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/slack.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/specs_secrets_mask.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/config.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/fetcher/connector_cdk_version.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/hacks.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/jobs/registry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/logging/publish_connector_lifecycle.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/logging/sentry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/models/ci_report.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/models/metadata.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/ops/slack.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/file_managers/local_file_manager.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/gcp.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/github.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/local.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/gcs.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/github.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/registry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/base.html +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/connector_registry_locations.html +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/render.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/blob_helpers.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/dagster_helpers.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/object_helpers.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/poetry.lock +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/conftest.py.disabled +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/cloud_registry.json +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/oss_registry.json +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_connector_metrics.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_dagster_helpers.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_debug.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_partition_jobs.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_registry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_specs_secrets_mask.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry_entry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry_report.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/sentry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/spec_cache.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/specs_secrets_mask.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/stale_metadata_report.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/base.html +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/connector_registry_locations.html +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/render.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/validators/metadata_validator.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/airbyte_repo/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/airbyte_repo/bump_version.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cli/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cli/_base.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cli/_shared.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cli/app.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cli/gh.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cli/registry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cloud_admin/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cloud_admin/api_client.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cloud_admin/auth.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cloud_admin/connection_config.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/cloud_admin/models.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/constants.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/_connection_retriever/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/_connection_retriever/audit_logging.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/_connection_retriever/consts.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/_connection_retriever/db_access.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/_connection_retriever/retrieval.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/_connection_retriever/secrets_resolution.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/ci_output.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/commons/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/config.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/connection_fetcher.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/connection_secret_retriever.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/connector_runner.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/evaluation_modes.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/http_metrics.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/message_cache/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/message_cache/duckdb_cache.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/models.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/obfuscation.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/regression/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/regression/comparators.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/schema_generation.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/validation/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/validation/catalog_validators.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/live_tests/validation/record_validators.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/_guidance.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/_mcp_utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/cloud_connector_versions.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/connector_analysis.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/connector_qa.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/github.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/github_repo_ops.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/metadata.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/prerelease.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/prompts.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/registry.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/server.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/py.typed +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_erd_generator/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_erd_generator/builder.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_erd_generator/test_dbml_assembler.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_erd_generator/test_relationships.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_live_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_live_tests/backends/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_live_tests/backends/test_file_backend.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_live_tests/test_get_connection_objects_retrieval.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_live_tests/test_json_schema_helper.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_ops/conftest.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/bad-header.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/bad-title.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/extra-header.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/missing-entry.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/out-of-order.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_ops/test_utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/conftest.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/integration_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/integration_tests/test_documentation.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/correct.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/incorrect_not_all_structure.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/invalid_links.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_assets.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_documentation.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_metadata.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_packaging.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_security.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_version.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_models.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/conftest.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_actions/test_environments.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_bases.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_build_image/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_build_image/dummy_build_customization.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_manifest_only_connectors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_python_connectors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_steps/test_common.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/changelog_header_no_newline.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/changelog_header_no_separator.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/no_changelog_header.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/changelog_header_no_newline.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/changelog_header_no_separator.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_version_date_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_version_date_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_versions_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_versions_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/duplicate_entry_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/duplicate_entry_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/existing_entries_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/existing_entries_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/no_changelog_header.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/single_insert_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/single_insert_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_changelog.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_cli/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_cli/test_click_decorators.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_commands/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_commands/test_groups/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_commands/test_groups/test_connectors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_dagger/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/test_python/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/test_python/test_common.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_gradle.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_helpers/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/test_argument_parsing.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/test_run_steps.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_pip.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_models/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_models/test_click_pipeline_context.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_models/test_singleton.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_poetry/test_poetry_publish.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_publish.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_steps/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_steps/test_simple_docker_step.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_steps/test_version_check.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_tests/test_common.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_tests/test_python_connectors.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/test_upgrade_java_cdk.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/legacy/airbyte_ci/pipelines/utils.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/test_airbyte_admin_mcp.py +0 -0
- {airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/tests/test_bump_version.py +0 -0
|
@@ -6,6 +6,9 @@ on:
|
|
|
6
6
|
- main
|
|
7
7
|
pull_request: {}
|
|
8
8
|
|
|
9
|
+
permissions:
|
|
10
|
+
contents: read
|
|
11
|
+
|
|
9
12
|
jobs:
|
|
10
13
|
ruff-lint-check:
|
|
11
14
|
name: Ruff Lint Check
|
|
@@ -52,3 +55,26 @@ jobs:
|
|
|
52
55
|
|
|
53
56
|
- name: Run dependency analysis
|
|
54
57
|
run: uv run deptry .
|
|
58
|
+
|
|
59
|
+
pyrefly-check:
|
|
60
|
+
name: Type Checking
|
|
61
|
+
runs-on: ubuntu-latest
|
|
62
|
+
steps:
|
|
63
|
+
- name: Checkout code
|
|
64
|
+
uses: actions/checkout@v6
|
|
65
|
+
|
|
66
|
+
- name: Install uv
|
|
67
|
+
uses: astral-sh/setup-uv@v7
|
|
68
|
+
with:
|
|
69
|
+
version: "latest"
|
|
70
|
+
|
|
71
|
+
- name: Set up Python
|
|
72
|
+
uses: actions/setup-python@v6
|
|
73
|
+
with:
|
|
74
|
+
python-version: "3.11"
|
|
75
|
+
|
|
76
|
+
- name: Install dependencies
|
|
77
|
+
run: uv sync --group dev
|
|
78
|
+
|
|
79
|
+
- name: Run type check
|
|
80
|
+
run: uv run pyrefly check
|
|
@@ -33,8 +33,8 @@ clean = "rm -rf .pytest_cache .coverage htmlcov dist .ruff_cache"
|
|
|
33
33
|
version = { "shell" = "echo 'airbyte-internal-ops version:' && python -c 'import airbyte_ops_mcp; print(airbyte_ops_mcp.__version__)'" }
|
|
34
34
|
|
|
35
35
|
[tool.poe.tasks.typecheck]
|
|
36
|
-
help = "Run type checking with
|
|
37
|
-
cmd = "
|
|
36
|
+
help = "Run type checking with pyrefly"
|
|
37
|
+
cmd = "pyrefly check"
|
|
38
38
|
|
|
39
39
|
[tool.poe.tasks.security]
|
|
40
40
|
help = "Run security checks with bandit"
|
|
@@ -7,15 +7,22 @@ by comparing git diffs between branches.
|
|
|
7
7
|
|
|
8
8
|
from __future__ import annotations
|
|
9
9
|
|
|
10
|
+
import logging
|
|
10
11
|
import re
|
|
11
12
|
import subprocess
|
|
12
13
|
from dataclasses import dataclass
|
|
13
14
|
from enum import StrEnum
|
|
14
15
|
from functools import lru_cache
|
|
15
16
|
from pathlib import Path
|
|
17
|
+
from typing import Any
|
|
18
|
+
|
|
19
|
+
import yaml
|
|
16
20
|
|
|
17
21
|
CONNECTOR_PATH_PREFIX = "airbyte-integrations/connectors"
|
|
18
22
|
METADATA_FILE_NAME = "metadata.yaml"
|
|
23
|
+
GIT_DEFAULT_BRANCH = "origin/master"
|
|
24
|
+
|
|
25
|
+
logger = logging.getLogger(__name__)
|
|
19
26
|
|
|
20
27
|
|
|
21
28
|
class ConnectorLanguage(StrEnum):
|
|
@@ -29,7 +36,7 @@ class ConnectorLanguage(StrEnum):
|
|
|
29
36
|
|
|
30
37
|
def get_modified_connectors(
|
|
31
38
|
repo_path: str | Path,
|
|
32
|
-
base_ref: str =
|
|
39
|
+
base_ref: str = GIT_DEFAULT_BRANCH,
|
|
33
40
|
head_ref: str = "HEAD",
|
|
34
41
|
) -> list[str]:
|
|
35
42
|
"""Get list of connector IDs that have been modified.
|
|
@@ -40,14 +47,14 @@ def get_modified_connectors(
|
|
|
40
47
|
|
|
41
48
|
Args:
|
|
42
49
|
repo_path: Path to the Airbyte monorepo
|
|
43
|
-
base_ref: Base git reference to compare against (default: "origin/
|
|
50
|
+
base_ref: Base git reference to compare against (default: "origin/master")
|
|
44
51
|
head_ref: Head git reference to compare (default: "HEAD")
|
|
45
52
|
|
|
46
53
|
Returns:
|
|
47
54
|
List of connector technical names (e.g., ["source-faker", "destination-postgres"])
|
|
48
55
|
|
|
49
56
|
Example:
|
|
50
|
-
>>> connectors = get_changed_connectors("/path/to/airbyte", "origin/
|
|
57
|
+
>>> connectors = get_changed_connectors("/path/to/airbyte", "origin/master")
|
|
51
58
|
>>> print(connectors)
|
|
52
59
|
['source-faker', 'destination-postgres']
|
|
53
60
|
"""
|
|
@@ -158,6 +165,39 @@ def get_all_connectors(repo_path: str | Path) -> set[str]:
|
|
|
158
165
|
return {p.name for p in connectors_dir.iterdir() if p.is_dir()}
|
|
159
166
|
|
|
160
167
|
|
|
168
|
+
def get_connector_metadata(
|
|
169
|
+
repo_path: str | Path,
|
|
170
|
+
connector_name: str,
|
|
171
|
+
) -> dict[str, Any] | None:
|
|
172
|
+
"""Get metadata for a specific connector.
|
|
173
|
+
|
|
174
|
+
Args:
|
|
175
|
+
repo_path: Path to the Airbyte monorepo
|
|
176
|
+
connector_name: Technical name of the connector (e.g., "source-faker")
|
|
177
|
+
|
|
178
|
+
Returns:
|
|
179
|
+
The connector's metadata dict (the 'data' section), or None if not found
|
|
180
|
+
|
|
181
|
+
Example:
|
|
182
|
+
>>> metadata = get_connector_metadata("/path/to/airbyte", "source-faker")
|
|
183
|
+
>>> metadata.get("supportLevel")
|
|
184
|
+
'certified'
|
|
185
|
+
"""
|
|
186
|
+
repo_path = Path(repo_path)
|
|
187
|
+
connector_dir = repo_path / CONNECTOR_PATH_PREFIX / connector_name
|
|
188
|
+
metadata_file = connector_dir / METADATA_FILE_NAME
|
|
189
|
+
|
|
190
|
+
if not metadata_file.exists():
|
|
191
|
+
return None
|
|
192
|
+
|
|
193
|
+
try:
|
|
194
|
+
with open(metadata_file) as f:
|
|
195
|
+
metadata = yaml.safe_load(f)
|
|
196
|
+
return metadata.get("data", {})
|
|
197
|
+
except Exception:
|
|
198
|
+
return None
|
|
199
|
+
|
|
200
|
+
|
|
161
201
|
def get_connectors_by_language(
|
|
162
202
|
repo_path: str | Path,
|
|
163
203
|
language: ConnectorLanguage,
|
|
@@ -408,7 +448,7 @@ def list_connectors(
|
|
|
408
448
|
|
|
409
449
|
# Apply modified filter
|
|
410
450
|
if modified is not None:
|
|
411
|
-
base = base_ref if base_ref is not None else
|
|
451
|
+
base = base_ref if base_ref is not None else GIT_DEFAULT_BRANCH
|
|
412
452
|
head = head_ref if head_ref is not None else "HEAD"
|
|
413
453
|
changed_set = set(get_modified_connectors(repo_path, base, head))
|
|
414
454
|
if modified:
|
{airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/airbyte_repo/utils.py
RENAMED
|
@@ -81,9 +81,11 @@ def resolve_diff_range(
|
|
|
81
81
|
|
|
82
82
|
# Determine base_ref and head_ref based on PR detection
|
|
83
83
|
if pr_number is not None:
|
|
84
|
-
# PR detected - use origin/
|
|
85
|
-
#
|
|
86
|
-
|
|
84
|
+
# PR detected - use origin/{base_branch} vs HEAD (assumes CI checked out the PR)
|
|
85
|
+
# Use GITHUB_BASE_REF if available (set by GitHub Actions for PRs)
|
|
86
|
+
# This handles repos with different default branches (main, master, etc.)
|
|
87
|
+
base_branch = os.getenv("GITHUB_BASE_REF", "master")
|
|
88
|
+
base_ref = f"origin/{base_branch}"
|
|
87
89
|
head_ref = "HEAD"
|
|
88
90
|
else:
|
|
89
91
|
# No PR detected - fallback to HEAD~1 vs HEAD (post-merge use case)
|
|
@@ -23,7 +23,12 @@ from airbyte_protocol.models import ConfiguredAirbyteCatalog
|
|
|
23
23
|
from cyclopts import App, Parameter
|
|
24
24
|
|
|
25
25
|
from airbyte_ops_mcp.cli._base import app
|
|
26
|
-
from airbyte_ops_mcp.cli._shared import
|
|
26
|
+
from airbyte_ops_mcp.cli._shared import (
|
|
27
|
+
exit_with_error,
|
|
28
|
+
print_error,
|
|
29
|
+
print_json,
|
|
30
|
+
print_success,
|
|
31
|
+
)
|
|
27
32
|
from airbyte_ops_mcp.cloud_admin.connection_config import fetch_connection_config
|
|
28
33
|
from airbyte_ops_mcp.live_tests.ci_output import (
|
|
29
34
|
generate_regression_report,
|
|
@@ -391,12 +396,11 @@ def live_test(
|
|
|
391
396
|
# If connector_name is provided, build the image from source
|
|
392
397
|
if connector_name:
|
|
393
398
|
if connector_image:
|
|
394
|
-
print_error("Cannot specify both connector_image and connector_name")
|
|
395
399
|
write_github_output("success", False)
|
|
396
400
|
write_github_output(
|
|
397
401
|
"error", "Cannot specify both connector_image and connector_name"
|
|
398
402
|
)
|
|
399
|
-
|
|
403
|
+
exit_with_error("Cannot specify both connector_image and connector_name")
|
|
400
404
|
|
|
401
405
|
repo_root_path = Path(repo_root) if repo_root else None
|
|
402
406
|
built_image = _build_connector_image_from_source(
|
|
@@ -407,19 +411,18 @@ def live_test(
|
|
|
407
411
|
if not built_image:
|
|
408
412
|
write_github_output("success", False)
|
|
409
413
|
write_github_output("error", f"Failed to build image for {connector_name}")
|
|
410
|
-
|
|
414
|
+
exit_with_error(f"Failed to build image for {connector_name}")
|
|
411
415
|
resolved_connector_image = built_image
|
|
412
416
|
|
|
413
417
|
if connection_id:
|
|
414
418
|
if config_path or catalog_path:
|
|
415
|
-
print_error(
|
|
416
|
-
"Cannot specify both connection_id and config_path/catalog_path"
|
|
417
|
-
)
|
|
418
419
|
write_github_output("success", False)
|
|
419
420
|
write_github_output(
|
|
420
421
|
"error", "Cannot specify both connection_id and file paths"
|
|
421
422
|
)
|
|
422
|
-
|
|
423
|
+
exit_with_error(
|
|
424
|
+
"Cannot specify both connection_id and config_path/catalog_path"
|
|
425
|
+
)
|
|
423
426
|
|
|
424
427
|
print_success(f"Fetching config/catalog from connection: {connection_id}")
|
|
425
428
|
connection_data = fetch_connection_data(connection_id)
|
|
@@ -439,25 +442,23 @@ def live_test(
|
|
|
439
442
|
catalog_file = Path(catalog_path) if catalog_path else None
|
|
440
443
|
|
|
441
444
|
if not resolved_connector_image:
|
|
442
|
-
|
|
445
|
+
write_github_output("success", False)
|
|
446
|
+
write_github_output("error", "Missing connector image")
|
|
447
|
+
exit_with_error(
|
|
443
448
|
"You must provide one of the following: a connector_image, a connector_name, "
|
|
444
449
|
"or a connection_id for a connection that has an associated connector image. "
|
|
445
450
|
"If using connection_id, ensure the connection has a connector image configured."
|
|
446
451
|
)
|
|
447
|
-
write_github_output("success", False)
|
|
448
|
-
write_github_output("error", "Missing connector image")
|
|
449
|
-
return
|
|
450
452
|
|
|
451
453
|
# If connector_name was provided, we just built the image locally and it is already
|
|
452
454
|
# available in Docker, so we skip the image availability check/pull. Only try to pull
|
|
453
455
|
# if we didn't just build it (i.e., using a pre-built image from registry).
|
|
454
456
|
if not connector_name and not ensure_image_available(resolved_connector_image):
|
|
455
|
-
print_error(f"Failed to pull connector image: {resolved_connector_image}")
|
|
456
457
|
write_github_output("success", False)
|
|
457
458
|
write_github_output(
|
|
458
459
|
"error", f"Failed to pull image: {resolved_connector_image}"
|
|
459
460
|
)
|
|
460
|
-
|
|
461
|
+
exit_with_error(f"Failed to pull connector image: {resolved_connector_image}")
|
|
461
462
|
|
|
462
463
|
result = _run_connector_command(
|
|
463
464
|
connector_image=resolved_connector_image,
|
|
@@ -494,7 +495,7 @@ def live_test(
|
|
|
494
495
|
if result["success"]:
|
|
495
496
|
print_success(f"Live test passed for {resolved_connector_image}")
|
|
496
497
|
else:
|
|
497
|
-
|
|
498
|
+
exit_with_error(f"Live test failed for {resolved_connector_image}")
|
|
498
499
|
|
|
499
500
|
|
|
500
501
|
def _run_with_optional_http_metrics(
|
|
@@ -673,12 +674,11 @@ def regression_test(
|
|
|
673
674
|
# If connector_name is provided, build the target image from source
|
|
674
675
|
if connector_name:
|
|
675
676
|
if target_image:
|
|
676
|
-
print_error("Cannot specify both target_image and connector_name")
|
|
677
677
|
write_github_output("success", False)
|
|
678
678
|
write_github_output(
|
|
679
679
|
"error", "Cannot specify both target_image and connector_name"
|
|
680
680
|
)
|
|
681
|
-
|
|
681
|
+
exit_with_error("Cannot specify both target_image and connector_name")
|
|
682
682
|
|
|
683
683
|
repo_root_path = Path(repo_root) if repo_root else None
|
|
684
684
|
built_image = _build_connector_image_from_source(
|
|
@@ -689,19 +689,18 @@ def regression_test(
|
|
|
689
689
|
if not built_image:
|
|
690
690
|
write_github_output("success", False)
|
|
691
691
|
write_github_output("error", f"Failed to build image for {connector_name}")
|
|
692
|
-
|
|
692
|
+
exit_with_error(f"Failed to build image for {connector_name}")
|
|
693
693
|
resolved_target_image = built_image
|
|
694
694
|
|
|
695
695
|
if connection_id:
|
|
696
696
|
if config_path or catalog_path:
|
|
697
|
-
print_error(
|
|
698
|
-
"Cannot specify both connection_id and config_path/catalog_path"
|
|
699
|
-
)
|
|
700
697
|
write_github_output("success", False)
|
|
701
698
|
write_github_output(
|
|
702
699
|
"error", "Cannot specify both connection_id and file paths"
|
|
703
700
|
)
|
|
704
|
-
|
|
701
|
+
exit_with_error(
|
|
702
|
+
"Cannot specify both connection_id and config_path/catalog_path"
|
|
703
|
+
)
|
|
705
704
|
|
|
706
705
|
print_success(f"Fetching config/catalog from connection: {connection_id}")
|
|
707
706
|
connection_data = fetch_connection_data(connection_id)
|
|
@@ -723,36 +722,36 @@ def regression_test(
|
|
|
723
722
|
|
|
724
723
|
# Validate that we have both images
|
|
725
724
|
if not resolved_target_image:
|
|
726
|
-
|
|
725
|
+
write_github_output("success", False)
|
|
726
|
+
write_github_output("error", "No target image specified")
|
|
727
|
+
exit_with_error(
|
|
727
728
|
"You must provide one of the following: a target_image or a connector_name "
|
|
728
729
|
"to build the target image from source."
|
|
729
730
|
)
|
|
730
|
-
write_github_output("success", False)
|
|
731
|
-
write_github_output("error", "No target image specified")
|
|
732
|
-
return
|
|
733
731
|
|
|
734
732
|
if not resolved_control_image:
|
|
735
|
-
|
|
733
|
+
write_github_output("success", False)
|
|
734
|
+
write_github_output("error", "No control image specified")
|
|
735
|
+
exit_with_error(
|
|
736
736
|
"You must provide one of the following: a control_image or a connection_id "
|
|
737
737
|
"for a connection that has an associated connector image."
|
|
738
738
|
)
|
|
739
|
-
write_github_output("success", False)
|
|
740
|
-
write_github_output("error", "No control image specified")
|
|
741
|
-
return
|
|
742
739
|
|
|
743
740
|
# Pull images if they weren't just built locally
|
|
744
741
|
# If connector_name was provided, we just built the target image locally
|
|
745
742
|
if not connector_name and not ensure_image_available(resolved_target_image):
|
|
746
|
-
print_error(f"Failed to pull target connector image: {resolved_target_image}")
|
|
747
743
|
write_github_output("success", False)
|
|
748
744
|
write_github_output("error", f"Failed to pull image: {resolved_target_image}")
|
|
749
|
-
|
|
745
|
+
exit_with_error(
|
|
746
|
+
f"Failed to pull target connector image: {resolved_target_image}"
|
|
747
|
+
)
|
|
750
748
|
|
|
751
749
|
if not ensure_image_available(resolved_control_image):
|
|
752
|
-
print_error(f"Failed to pull control connector image: {resolved_control_image}")
|
|
753
750
|
write_github_output("success", False)
|
|
754
751
|
write_github_output("error", f"Failed to pull image: {resolved_control_image}")
|
|
755
|
-
|
|
752
|
+
exit_with_error(
|
|
753
|
+
f"Failed to pull control connector image: {resolved_control_image}"
|
|
754
|
+
)
|
|
756
755
|
|
|
757
756
|
target_output = output_path / "target"
|
|
758
757
|
control_output = output_path / "control"
|
|
@@ -819,7 +818,7 @@ def regression_test(
|
|
|
819
818
|
write_github_summary(summary)
|
|
820
819
|
|
|
821
820
|
if regression_detected:
|
|
822
|
-
|
|
821
|
+
exit_with_error(
|
|
823
822
|
f"Regression detected between {resolved_target_image} and {resolved_control_image}"
|
|
824
823
|
)
|
|
825
824
|
elif both_succeeded:
|
|
@@ -827,7 +826,7 @@ def regression_test(
|
|
|
827
826
|
f"Regression test passed for {resolved_target_image} vs {resolved_control_image}"
|
|
828
827
|
)
|
|
829
828
|
else:
|
|
830
|
-
|
|
829
|
+
exit_with_error(
|
|
831
830
|
f"Both versions failed for {resolved_target_image} vs {resolved_control_image}"
|
|
832
831
|
)
|
|
833
832
|
|
|
@@ -27,6 +27,7 @@ from airbyte_ops_mcp.airbyte_repo.list_connectors import (
|
|
|
27
27
|
CONNECTOR_PATH_PREFIX,
|
|
28
28
|
METADATA_FILE_NAME,
|
|
29
29
|
_detect_connector_language,
|
|
30
|
+
get_connectors_with_local_cdk,
|
|
30
31
|
)
|
|
31
32
|
from airbyte_ops_mcp.cli._base import app
|
|
32
33
|
from airbyte_ops_mcp.cli._shared import exit_with_error, print_json
|
|
@@ -160,6 +161,15 @@ def list_connectors(
|
|
|
160
161
|
bool,
|
|
161
162
|
Parameter(help="Include only modified connectors (requires PR context)."),
|
|
162
163
|
] = False,
|
|
164
|
+
local_cdk: Annotated[
|
|
165
|
+
bool,
|
|
166
|
+
Parameter(
|
|
167
|
+
help=(
|
|
168
|
+
"Include connectors using local CDK reference. "
|
|
169
|
+
"When combined with --modified-only, adds local-CDK connectors to the modified set."
|
|
170
|
+
)
|
|
171
|
+
),
|
|
172
|
+
] = False,
|
|
163
173
|
language: Annotated[
|
|
164
174
|
list[str] | None,
|
|
165
175
|
Parameter(help="Languages to include (python, java, low-code, manifest-only)."),
|
|
@@ -286,6 +296,11 @@ def list_connectors(
|
|
|
286
296
|
connectors = list(result.connectors)
|
|
287
297
|
repo_path_obj = Path(repo_path)
|
|
288
298
|
|
|
299
|
+
# Add connectors with local CDK reference if --local-cdk flag is set
|
|
300
|
+
if local_cdk:
|
|
301
|
+
local_cdk_connectors = get_connectors_with_local_cdk(repo_path)
|
|
302
|
+
connectors = sorted(set(connectors) | local_cdk_connectors)
|
|
303
|
+
|
|
289
304
|
# Apply connector type filter
|
|
290
305
|
if connector_type_filter:
|
|
291
306
|
connectors = [
|
{airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/live_tests.py
RENAMED
|
@@ -17,6 +17,7 @@ from typing import Annotated, Any
|
|
|
17
17
|
|
|
18
18
|
import requests
|
|
19
19
|
from airbyte.cloud import CloudWorkspace
|
|
20
|
+
from airbyte.cloud.auth import resolve_cloud_client_id, resolve_cloud_client_secret
|
|
20
21
|
from fastmcp import FastMCP
|
|
21
22
|
from pydantic import BaseModel, Field
|
|
22
23
|
|
|
@@ -388,15 +389,29 @@ def run_live_connection_tests(
|
|
|
388
389
|
|
|
389
390
|
# Validate workspace membership if workspace_id is provided
|
|
390
391
|
if workspace_id:
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
392
|
+
client_id = resolve_cloud_client_id()
|
|
393
|
+
client_secret = resolve_cloud_client_secret()
|
|
394
|
+
if not client_id or not client_secret:
|
|
395
|
+
return RunLiveConnectionTestsResponse(
|
|
396
|
+
run_id=run_id,
|
|
397
|
+
status=TestRunStatus.FAILED,
|
|
398
|
+
message=(
|
|
399
|
+
"Missing Airbyte Cloud credentials. "
|
|
400
|
+
"Set AIRBYTE_CLOUD_CLIENT_ID and AIRBYTE_CLOUD_CLIENT_SECRET env vars."
|
|
401
|
+
),
|
|
402
|
+
workflow_url=None,
|
|
403
|
+
)
|
|
404
|
+
workspace = CloudWorkspace(
|
|
405
|
+
workspace_id=workspace_id,
|
|
406
|
+
client_id=client_id,
|
|
407
|
+
client_secret=client_secret,
|
|
408
|
+
)
|
|
409
|
+
connection = workspace.get_connection(connection_id)
|
|
410
|
+
if connection is None:
|
|
396
411
|
return RunLiveConnectionTestsResponse(
|
|
397
412
|
run_id=run_id,
|
|
398
413
|
status=TestRunStatus.FAILED,
|
|
399
|
-
message=f"Connection {connection_id}
|
|
414
|
+
message=f"Connection {connection_id} not found in workspace {workspace_id}",
|
|
400
415
|
workflow_url=None,
|
|
401
416
|
)
|
|
402
417
|
|
{airbyte_internal_ops-0.1.4 → airbyte_internal_ops-0.1.5}/src/airbyte_ops_mcp/mcp/server_info.py
RENAMED
|
@@ -19,7 +19,7 @@ from airbyte_ops_mcp.mcp._mcp_utils import (
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
@lru_cache(maxsize=1)
|
|
22
|
-
def _get_version_info() -> dict[str, str | None]:
|
|
22
|
+
def _get_version_info() -> dict[str, str | list[str] | None]:
|
|
23
23
|
"""Get version information for the MCP server.
|
|
24
24
|
|
|
25
25
|
Returns:
|
|
@@ -66,7 +66,7 @@ def _get_version_info() -> dict[str, str | None]:
|
|
|
66
66
|
mime_type="application/json",
|
|
67
67
|
domain=ToolDomain.SERVER_INFO,
|
|
68
68
|
)
|
|
69
|
-
def mcp_server_info() -> dict[str, str | None]:
|
|
69
|
+
def mcp_server_info() -> dict[str, str | list[str] | None]:
|
|
70
70
|
"""Resource that returns information for the MCP server.
|
|
71
71
|
|
|
72
72
|
This includes package version, release history, help URLs, as well as other information.
|