airbyte-internal-ops 0.1.8__tar.gz → 0.1.9__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.8 → airbyte_internal_ops-0.1.9}/PKG-INFO +1 -1
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/bin/test_mcp_tool.py +1 -1
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/README.md +2 -2
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry_entry.py +3 -2
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cli/cloud.py +1 -1
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cli/registry.py +2 -2
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cloud_admin/api_client.py +1 -1
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/github.py +2 -2
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/prerelease.py +3 -3
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/prod_db_queries.py +47 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/prod_db_access/queries.py +56 -2
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/prod_db_access/sql.py +91 -2
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/test_cli_registry.py +1 -1
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.env.template +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/copilot-instructions.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/dependabot.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/pr-welcome-message.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/release-drafter.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/autofix-command.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/connector-live-test.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/connector-regression-test.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/format-check.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/lint-check.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/lock-command.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/pdoc_preview.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/pdoc_publish.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/poe-command.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/pr-welcome.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/publish.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/pytest-fast.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/pytest-matrix.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/release-drafter.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/slash-command-dispatch.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/test-connection-retriever.yml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.gitignore +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.mcp.json.template +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/CONTRIBUTING.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/conftest.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/docs/.gitignore +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/docs/generate.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/docs/templates/custom.css +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/docs/templates/theme.css +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/poe_tasks.toml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/pyproject.toml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/pyrefly.toml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/pytest.ini +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/ruff.toml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_annotations.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/dbml_assembler.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/erd_service.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/relationships.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/cli.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/hacks.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/insights.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/models.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/pylint.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/pylint_plugins/cdk_deprecation_checkers.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/result_backends.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/.gitignore +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/base_backend.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/duckdb_backend.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/file_backend.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/connection_objects_retrieval.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/connector_runner.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/errors.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/evaluation_modes.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/hacks.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/json_schema_helper.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/mitm_addons.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/models.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/proxy.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/secret_access.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/segment_tracking.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/conftest.py.disabled +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/consts.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/poetry.lock +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/pytest.ini +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_check.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_discover.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_read.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_spec.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/report.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/stash_keys.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/private_details.html.j2 +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/report.html.j2 +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_check.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_discover.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_read.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_spec.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/connector/hooks.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/connector/normalization.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/common.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/pipx.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/poetry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/remote_storage.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/secrets.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/system/common.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/system/docker.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/git.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/internal_tools.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/java.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/python.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/cache_keys.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/cli.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/cdk_helpers.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/command.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/dagger_fs.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/format.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/modifed.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/yaml.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/argument_parsing.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/run_steps.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/gcs.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/git.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/github.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/pip.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/sentry_utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/slack.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/common.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/normalization.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/consts.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/context.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/list/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/list/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/reports.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/context.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/common.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/java_connectors.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/python_connectors.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/steps.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/base_image.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/docker.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/gradle.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/no_op.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/poetry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/pull_request.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/models.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/pipeline.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/update/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/update/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/airbyte_ci.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/auto_update.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/click_decorators.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/confirm_prompt.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/dagger_pipeline_command.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/dagger_run.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/ensure_repo_root.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/lazy_group.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/secrets.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/telemetry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/consts.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/hacks.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/artifacts.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/ci_requirements.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/click_pipeline_context.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/pipeline_context.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/reports.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/secrets.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/singleton.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/steps.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/assets.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/documentation.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/helpers.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/models.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/section_content_description.md.j2 +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/template.md.j2 +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/metadata.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/packaging.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/security.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/version.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/cli.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/consts.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/models.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/templates/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/templates/qa_checks.md.j2 +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/bin/bundle-schemas.js +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/bin/generate-metadata-models.sh +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ActorDefinitionResourceRequirements.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/AirbyteInternal.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/AllowedHosts.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorBreakingChanges.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorBuildOptions.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorIPCOptions.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetadataDefinitionV0.json +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetadataDefinitionV0.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetrics.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorPackageInfo.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryDestinationDefinition.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryReleases.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistrySourceDefinition.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryV0.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorReleases.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorTestSuiteOptions.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/GeneratedFields.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/GitInfo.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/JobType.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/NormalizationDestinationDefinitionConfig.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RegistryOverrides.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ReleaseStage.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RemoteRegistries.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ResourceRequirements.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RolloutConfiguration.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/Secret.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SecretStore.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SourceFileInfo.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SuggestedStreams.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SupportLevel.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/TestConnections.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/airbyte-connector-metadata-schema.json +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ActorDefinitionResourceRequirements.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/AirbyteInternal.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/AllowedHosts.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorBreakingChanges.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorBuildOptions.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorIPCOptions.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorMetadataDefinitionV0.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorMetrics.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorPackageInfo.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryDestinationDefinition.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryReleases.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistrySourceDefinition.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryV0.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorReleases.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorTestSuiteOptions.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/GeneratedFields.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/GitInfo.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/JobType.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/NormalizationDestinationDefinitionConfig.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RegistryOverrides.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ReleaseStage.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RemoteRegistries.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ResourceRequirements.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RolloutConfiguration.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/Secret.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SecretStore.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SourceFileInfo.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SuggestedStreams.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SupportLevel.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/TestConnections.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/package-lock.json +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/package.json +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/transform.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/commands.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/constants.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/docker_hub.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/docs/external_documentation_urls.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/gcs_upload.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/files.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/gcs.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/object_helpers.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/slack.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/.env.template +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/README.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/dagster_cloud.yaml +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/connector_metrics.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/github.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/metadata.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry_entry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry_report.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/slack.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/specs_secrets_mask.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/config.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/fetcher/connector_cdk_version.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/hacks.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/jobs/registry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/logging/publish_connector_lifecycle.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/logging/sentry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/models/ci_report.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/models/metadata.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/ops/slack.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/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.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/gcp.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/github.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/local.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/gcs.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/github.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/registry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/base.html +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/connector_registry_locations.html +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/render.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/blob_helpers.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/dagster_helpers.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/object_helpers.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/poetry.lock +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/conftest.py.disabled +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/cloud_registry.json +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/oss_registry.json +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_connector_metrics.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_dagster_helpers.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_debug.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_partition_jobs.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_registry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_specs_secrets_mask.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry_report.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/sentry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/spec_cache.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/specs_secrets_mask.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/stale_metadata_report.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/base.html +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/connector_registry_locations.html +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/render.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/validators/metadata_validator.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/airbyte_repo/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/airbyte_repo/bump_version.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/airbyte_repo/list_connectors.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/airbyte_repo/utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cli/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cli/_base.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cli/_shared.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cli/app.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cli/gh.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cli/repo.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cloud_admin/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cloud_admin/auth.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cloud_admin/connection_config.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cloud_admin/models.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/connection_config_retriever/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/connection_config_retriever/audit_logging.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/connection_config_retriever/retrieval.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/connection_config_retriever/secrets_resolution.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/constants.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/gcp_auth.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/ci_output.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/commons/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/config.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/connection_fetcher.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/connection_secret_retriever.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/connector_runner.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/evaluation_modes.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/http_metrics.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/message_cache/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/message_cache/duckdb_cache.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/models.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/obfuscation.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/regression/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/regression/comparators.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/schema_generation.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/validation/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/validation/catalog_validators.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/live_tests/validation/record_validators.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/_guidance.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/_mcp_utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/cloud_connector_versions.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/connector_analysis.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/connector_qa.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/github_repo_ops.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/live_tests.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/metadata.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/prompts.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/registry.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/server.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/server_info.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/prod_db_access/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/prod_db_access/db_engine.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/prod_db_access/py.typed +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/py.typed +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/registry/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/registry/models.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/registry/publish.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_erd_generator/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_erd_generator/builder.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_erd_generator/test_dbml_assembler.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_erd_generator/test_relationships.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_live_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_live_tests/backends/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_live_tests/backends/test_file_backend.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_live_tests/test_get_connection_objects_retrieval.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_live_tests/test_json_schema_helper.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_ops/conftest.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/bad-header.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/bad-title.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/extra-header.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/missing-entry.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/out-of-order.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_ops/test_utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/conftest.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/integration_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/integration_tests/test_documentation.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/correct.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/incorrect_not_all_structure.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/invalid_links.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_assets.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_documentation.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_metadata.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_packaging.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_security.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_version.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_models.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/conftest.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_actions/test_environments.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_bases.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_build_image/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_build_image/dummy_build_customization.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_manifest_only_connectors.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_python_connectors.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_steps/test_common.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/changelog_header_no_newline.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/changelog_header_no_separator.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/no_changelog_header.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/changelog_header_no_newline.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/changelog_header_no_separator.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_version_date_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_version_date_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_versions_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_versions_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/duplicate_entry_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/duplicate_entry_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/existing_entries_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/existing_entries_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/no_changelog_header.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/single_insert_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/single_insert_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_changelog.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_cli/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_cli/test_click_decorators.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_commands/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_commands/test_groups/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_commands/test_groups/test_connectors.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_dagger/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/test_python/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/test_python/test_common.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_gradle.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_helpers/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/test_argument_parsing.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/test_run_steps.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_pip.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_models/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_models/test_click_pipeline_context.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_models/test_singleton.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_poetry/test_poetry_publish.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_publish.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_steps/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_steps/test_simple_docker_step.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_steps/test_version_check.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_tests/test_common.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_tests/test_python_connectors.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/test_upgrade_java_cdk.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/legacy/airbyte_ci/pipelines/utils.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/test_airbyte_admin_mcp.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/test_bump_version.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/tests/test_list_connectors.py +0 -0
- {airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/uv.lock +0 -0
|
@@ -11,7 +11,7 @@ Examples:
|
|
|
11
11
|
poe mcp-tool-test check_workflow_status \
|
|
12
12
|
'{"workflow_url": "https://github.com/airbytehq/airbyte/actions/runs/12345"}'
|
|
13
13
|
poe mcp-tool-test get_docker_image_info \
|
|
14
|
-
'{"image": "airbyte/destination-pinecone", "tag": "0.1.0-
|
|
14
|
+
'{"image": "airbyte/destination-pinecone", "tag": "0.1.0-preview.abc1234"}'
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import asyncio
|
|
@@ -75,7 +75,7 @@ This will copy the specified connector version to your development bucket. This
|
|
|
75
75
|
_💡 Note: A prerequisite is you have [gsutil](https://cloud.google.com/storage/docs/gsutil) installed and have run `gsutil auth login`_
|
|
76
76
|
|
|
77
77
|
```bash
|
|
78
|
-
TARGET_BUCKET=<YOUR-DEV_BUCKET> CONNECTOR="airbyte/source-stripe" VERSION="3.17.0-
|
|
78
|
+
TARGET_BUCKET=<YOUR-DEV_BUCKET> CONNECTOR="airbyte/source-stripe" VERSION="3.17.0-preview.ea013c8" poetry run poe copy-connector-from-prod
|
|
79
79
|
```
|
|
80
80
|
|
|
81
81
|
### Promote Connector Version to Latest
|
|
@@ -87,5 +87,5 @@ _💡 Note: A prerequisite is you have [gsutil](https://cloud.google.com/storage
|
|
|
87
87
|
_⚠️ Warning: Its important to know that this will remove ANY existing files in the latest folder that are not in the versioned folder as it calls `gsutil rsync` with `-d` enabled._
|
|
88
88
|
|
|
89
89
|
```bash
|
|
90
|
-
TARGET_BUCKET=<YOUR-DEV_BUCKET> CONNECTOR="airbyte/source-stripe" VERSION="3.17.0-
|
|
90
|
+
TARGET_BUCKET=<YOUR-DEV_BUCKET> CONNECTOR="airbyte/source-stripe" VERSION="3.17.0-preview.ea013c8" poetry run poe promote-connector-to-latest
|
|
91
91
|
```
|
|
@@ -526,7 +526,7 @@ def generate_and_persist_registry_entry(
|
|
|
526
526
|
bucket_name (str): The name of the GCS bucket.
|
|
527
527
|
repo_metadata_file_path (pathlib.Path): The path to the spec file.
|
|
528
528
|
registry_type (str): The registry type.
|
|
529
|
-
docker_image_tag (str): The docker image tag associated with this release. Typically a semver string (e.g. '1.2.3'), possibly with a suffix (e.g. '1.2.3-
|
|
529
|
+
docker_image_tag (str): The docker image tag associated with this release. Typically a semver string (e.g. '1.2.3'), possibly with a suffix (e.g. '1.2.3-preview.abcde12')
|
|
530
530
|
is_prerelease (bool): Whether this is a prerelease, or a main release.
|
|
531
531
|
"""
|
|
532
532
|
# Read the repo metadata dict to bootstrap ourselves. We need the docker repository,
|
|
@@ -536,7 +536,7 @@ def generate_and_persist_registry_entry(
|
|
|
536
536
|
|
|
537
537
|
try:
|
|
538
538
|
# Now that we have the docker repo, read the appropriate versioned metadata from GCS.
|
|
539
|
-
# This metadata will differ in a few fields (e.g. in prerelease mode, dockerImageTag will contain the actual prerelease tag `1.2.3-
|
|
539
|
+
# This metadata will differ in a few fields (e.g. in prerelease mode, dockerImageTag will contain the actual prerelease tag `1.2.3-preview.abcde12`),
|
|
540
540
|
# so we'll treat this as the source of truth (ish. See below for how we handle the registryOverrides field.)
|
|
541
541
|
gcs_client = get_gcs_storage_client(gcs_creds=os.environ.get("GCS_CREDENTIALS"))
|
|
542
542
|
bucket = gcs_client.bucket(bucket_name)
|
|
@@ -645,6 +645,7 @@ def generate_and_persist_registry_entry(
|
|
|
645
645
|
if (
|
|
646
646
|
"-rc" not in metadata_dict["data"]["dockerImageTag"]
|
|
647
647
|
and "-dev" not in metadata_dict["data"]["dockerImageTag"]
|
|
648
|
+
and "-preview" not in metadata_dict["data"]["dockerImageTag"]
|
|
648
649
|
) and not metadata_dict["data"]["registryOverrides"][registry_type]["enabled"]:
|
|
649
650
|
logger.info(
|
|
650
651
|
f"{registry_type} is not enabled: deleting existing {registry_type} registry entry for {metadata_dict['data']['dockerRepository']} at latest path."
|
|
@@ -117,7 +117,7 @@ def set_version_override(
|
|
|
117
117
|
version: Annotated[
|
|
118
118
|
str,
|
|
119
119
|
Parameter(
|
|
120
|
-
help="The semver version string to pin to (e.g., '2.1.5-
|
|
120
|
+
help="The semver version string to pin to (e.g., '2.1.5-preview.abc1234')."
|
|
121
121
|
),
|
|
122
122
|
],
|
|
123
123
|
reason: Annotated[
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/cli/registry.py
RENAMED
|
@@ -63,7 +63,7 @@ def publish_prerelease(
|
|
|
63
63
|
"""Publish a connector prerelease to the Airbyte registry.
|
|
64
64
|
|
|
65
65
|
Triggers the publish-connectors-prerelease workflow in the airbytehq/airbyte
|
|
66
|
-
repository. Pre-release versions are tagged with format: {version}-
|
|
66
|
+
repository. Pre-release versions are tagged with format: {version}-preview.{git-sha}
|
|
67
67
|
|
|
68
68
|
Requires GITHUB_CONNECTOR_PUBLISHING_PAT or GITHUB_TOKEN environment variable
|
|
69
69
|
with 'actions:write' permission.
|
|
@@ -162,7 +162,7 @@ def inspect_image(
|
|
|
162
162
|
],
|
|
163
163
|
tag: Annotated[
|
|
164
164
|
str,
|
|
165
|
-
Parameter(help="Image tag (e.g., '2.1.5-
|
|
165
|
+
Parameter(help="Image tag (e.g., '2.1.5-preview.abc1234')."),
|
|
166
166
|
],
|
|
167
167
|
) -> None:
|
|
168
168
|
"""Check if a Docker image exists on DockerHub.
|
|
@@ -160,7 +160,7 @@ def resolve_connector_version_id(
|
|
|
160
160
|
Args:
|
|
161
161
|
actor_definition_id: The actor definition ID
|
|
162
162
|
connector_type: Either "source" or "destination"
|
|
163
|
-
version: The version string (e.g., "0.1.47-
|
|
163
|
+
version: The version string (e.g., "0.1.47-preview.abe7cb4")
|
|
164
164
|
api_root: The API root URL
|
|
165
165
|
client_id: The Airbyte Cloud client ID
|
|
166
166
|
client_secret: The Airbyte Cloud client secret
|
|
@@ -204,7 +204,7 @@ def _check_dockerhub_image(
|
|
|
204
204
|
|
|
205
205
|
Args:
|
|
206
206
|
image: Docker image name (e.g., "airbyte/source-github")
|
|
207
|
-
tag: Image tag (e.g., "2.1.5-
|
|
207
|
+
tag: Image tag (e.g., "2.1.5-preview.abc1234")
|
|
208
208
|
|
|
209
209
|
Returns:
|
|
210
210
|
Tag data dictionary if found, None if not found.
|
|
@@ -232,7 +232,7 @@ def get_docker_image_info(
|
|
|
232
232
|
],
|
|
233
233
|
tag: Annotated[
|
|
234
234
|
str,
|
|
235
|
-
Field(description="Image tag (e.g., '2.1.5-
|
|
235
|
+
Field(description="Image tag (e.g., '2.1.5-preview.abc1234')"),
|
|
236
236
|
],
|
|
237
237
|
) -> DockerImageInfo:
|
|
238
238
|
"""Check if a Docker image exists on DockerHub.
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/prerelease.py
RENAMED
|
@@ -111,7 +111,7 @@ def _get_pr_head_info(
|
|
|
111
111
|
return PRHeadInfo(
|
|
112
112
|
ref=pr_data["head"]["ref"],
|
|
113
113
|
sha=sha,
|
|
114
|
-
short_sha=sha[:
|
|
114
|
+
short_sha=sha[:7],
|
|
115
115
|
)
|
|
116
116
|
|
|
117
117
|
|
|
@@ -235,7 +235,7 @@ def publish_connector_to_airbyte_registry(
|
|
|
235
235
|
publish-connectors-prerelease workflow in the airbytehq/airbyte repository,
|
|
236
236
|
which publishes a pre-release version of the specified connector from the PR branch.
|
|
237
237
|
|
|
238
|
-
Pre-release versions are tagged with the format: {version}-
|
|
238
|
+
Pre-release versions are tagged with the format: {version}-preview.{7-char-git-sha}
|
|
239
239
|
These versions are available for version pinning via the scoped_configuration API.
|
|
240
240
|
|
|
241
241
|
Requires GITHUB_CONNECTOR_PUBLISHING_PAT or GITHUB_TOKEN environment variable
|
|
@@ -290,7 +290,7 @@ def publish_connector_to_airbyte_registry(
|
|
|
290
290
|
docker_image = data.get("dockerRepository")
|
|
291
291
|
base_version = data.get("dockerImageTag")
|
|
292
292
|
if base_version:
|
|
293
|
-
docker_image_tag = f"{base_version}-
|
|
293
|
+
docker_image_tag = f"{base_version}-preview.{head_info.short_sha}"
|
|
294
294
|
|
|
295
295
|
return PrereleaseWorkflowResult(
|
|
296
296
|
success=True,
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/mcp/prod_db_queries.py
RENAMED
|
@@ -20,6 +20,7 @@ from airbyte_ops_mcp.prod_db_access.queries import (
|
|
|
20
20
|
query_connections_by_connector,
|
|
21
21
|
query_connector_versions,
|
|
22
22
|
query_dataplanes_list,
|
|
23
|
+
query_failed_sync_attempts_for_version,
|
|
23
24
|
query_new_connector_releases,
|
|
24
25
|
query_sync_results_for_version,
|
|
25
26
|
query_workspace_info,
|
|
@@ -245,6 +246,52 @@ def query_prod_connector_version_sync_results(
|
|
|
245
246
|
)
|
|
246
247
|
|
|
247
248
|
|
|
249
|
+
@mcp_tool(
|
|
250
|
+
read_only=True,
|
|
251
|
+
idempotent=True,
|
|
252
|
+
)
|
|
253
|
+
def query_prod_failed_sync_attempts_for_version(
|
|
254
|
+
connector_version_id: Annotated[
|
|
255
|
+
str,
|
|
256
|
+
Field(description="Connector version UUID to find failed sync attempts for"),
|
|
257
|
+
],
|
|
258
|
+
days: Annotated[
|
|
259
|
+
int,
|
|
260
|
+
Field(description="Number of days to look back (default: 7)", default=7),
|
|
261
|
+
] = 7,
|
|
262
|
+
limit: Annotated[
|
|
263
|
+
int,
|
|
264
|
+
Field(description="Maximum number of results (default: 100)", default=100),
|
|
265
|
+
] = 100,
|
|
266
|
+
) -> list[dict[str, Any]]:
|
|
267
|
+
"""List failed sync attempts with failure details for actors pinned to a connector version.
|
|
268
|
+
|
|
269
|
+
Returns failed attempt records for connections using actors pinned to the specified
|
|
270
|
+
version. Includes failure_summary from the attempts table for debugging.
|
|
271
|
+
|
|
272
|
+
Key fields:
|
|
273
|
+
- latest_job_attempt_status: Final job status after all retries ('succeeded' means
|
|
274
|
+
the job eventually succeeded despite this failed attempt)
|
|
275
|
+
- failed_attempt_number: Which attempt this was (0-indexed)
|
|
276
|
+
- failure_summary: JSON containing failure details including failureType and messages
|
|
277
|
+
|
|
278
|
+
Note: May return multiple rows per job (one per failed attempt). Results ordered by
|
|
279
|
+
job_updated_at DESC, then failed_attempt_number DESC.
|
|
280
|
+
|
|
281
|
+
Returns list of dicts with keys: job_id, connection_id, latest_job_attempt_status,
|
|
282
|
+
job_started_at, job_updated_at, connection_name, actor_id, actor_name,
|
|
283
|
+
actor_definition_id, pin_origin_type, pin_origin, workspace_id, workspace_name,
|
|
284
|
+
organization_id, dataplane_group_id, dataplane_name, failed_attempt_id,
|
|
285
|
+
failed_attempt_number, failed_attempt_status, failed_attempt_created_at,
|
|
286
|
+
failed_attempt_ended_at, failure_summary, processing_task_queue
|
|
287
|
+
"""
|
|
288
|
+
return query_failed_sync_attempts_for_version(
|
|
289
|
+
connector_version_id,
|
|
290
|
+
days=days,
|
|
291
|
+
limit=limit,
|
|
292
|
+
)
|
|
293
|
+
|
|
294
|
+
|
|
248
295
|
@mcp_tool(
|
|
249
296
|
read_only=True,
|
|
250
297
|
idempotent=True,
|
|
@@ -21,8 +21,10 @@ from airbyte_ops_mcp.prod_db_access.db_engine import get_pool
|
|
|
21
21
|
from airbyte_ops_mcp.prod_db_access.sql import (
|
|
22
22
|
SELECT_ACTORS_PINNED_TO_VERSION,
|
|
23
23
|
SELECT_CONNECTIONS_BY_CONNECTOR,
|
|
24
|
+
SELECT_CONNECTIONS_BY_CONNECTOR_AND_ORG,
|
|
24
25
|
SELECT_CONNECTOR_VERSIONS,
|
|
25
26
|
SELECT_DATAPLANES_LIST,
|
|
27
|
+
SELECT_FAILED_SYNC_ATTEMPTS_FOR_VERSION,
|
|
26
28
|
SELECT_NEW_CONNECTOR_RELEASES,
|
|
27
29
|
SELECT_ORG_WORKSPACES,
|
|
28
30
|
SELECT_SUCCESSFUL_SYNCS_FOR_VERSION,
|
|
@@ -85,14 +87,28 @@ def query_connections_by_connector(
|
|
|
85
87
|
Returns:
|
|
86
88
|
List of connection records with workspace and dataplane info
|
|
87
89
|
"""
|
|
90
|
+
# Use separate queries to avoid pg8000 NULL parameter type issues
|
|
91
|
+
# pg8000 cannot determine the type of NULL parameters in patterns like
|
|
92
|
+
# "(:param IS NULL OR column = :param)"
|
|
93
|
+
if organization_id is None:
|
|
94
|
+
return _run_sql_query(
|
|
95
|
+
SELECT_CONNECTIONS_BY_CONNECTOR,
|
|
96
|
+
parameters={
|
|
97
|
+
"connector_definition_id": connector_definition_id,
|
|
98
|
+
"limit": limit,
|
|
99
|
+
},
|
|
100
|
+
query_name="SELECT_CONNECTIONS_BY_CONNECTOR",
|
|
101
|
+
gsm_client=gsm_client,
|
|
102
|
+
)
|
|
103
|
+
|
|
88
104
|
return _run_sql_query(
|
|
89
|
-
|
|
105
|
+
SELECT_CONNECTIONS_BY_CONNECTOR_AND_ORG,
|
|
90
106
|
parameters={
|
|
91
107
|
"connector_definition_id": connector_definition_id,
|
|
92
108
|
"organization_id": organization_id,
|
|
93
109
|
"limit": limit,
|
|
94
110
|
},
|
|
95
|
-
query_name="
|
|
111
|
+
query_name="SELECT_CONNECTIONS_BY_CONNECTOR_AND_ORG",
|
|
96
112
|
gsm_client=gsm_client,
|
|
97
113
|
)
|
|
98
114
|
|
|
@@ -209,6 +225,44 @@ def query_sync_results_for_version(
|
|
|
209
225
|
)
|
|
210
226
|
|
|
211
227
|
|
|
228
|
+
def query_failed_sync_attempts_for_version(
|
|
229
|
+
connector_version_id: str,
|
|
230
|
+
days: int = 7,
|
|
231
|
+
limit: int = 100,
|
|
232
|
+
*,
|
|
233
|
+
gsm_client: secretmanager.SecretManagerServiceClient | None = None,
|
|
234
|
+
) -> list[dict[str, Any]]:
|
|
235
|
+
"""Query failed sync job results with attempt details for actors pinned to a version.
|
|
236
|
+
|
|
237
|
+
This query joins to the attempts table to include failure_summary and other
|
|
238
|
+
attempt-level details useful for debugging. Date filters are applied to both
|
|
239
|
+
jobs and attempts tables to optimize join performance.
|
|
240
|
+
|
|
241
|
+
Note: This may return multiple rows per job (one per attempt). Results are
|
|
242
|
+
ordered by job_updated_at DESC, then attempt_number DESC.
|
|
243
|
+
|
|
244
|
+
Args:
|
|
245
|
+
connector_version_id: Connector version UUID to filter by
|
|
246
|
+
days: Number of days to look back (default: 7)
|
|
247
|
+
limit: Maximum number of results (default: 100)
|
|
248
|
+
gsm_client: GCP Secret Manager client. If None, a new client will be instantiated.
|
|
249
|
+
|
|
250
|
+
Returns:
|
|
251
|
+
List of failed sync job results with attempt details including failure_summary
|
|
252
|
+
"""
|
|
253
|
+
cutoff_date = datetime.now(timezone.utc) - timedelta(days=days)
|
|
254
|
+
return _run_sql_query(
|
|
255
|
+
SELECT_FAILED_SYNC_ATTEMPTS_FOR_VERSION,
|
|
256
|
+
parameters={
|
|
257
|
+
"actor_definition_version_id": connector_version_id,
|
|
258
|
+
"cutoff_date": cutoff_date,
|
|
259
|
+
"limit": limit,
|
|
260
|
+
},
|
|
261
|
+
query_name="SELECT_FAILED_SYNC_ATTEMPTS_FOR_VERSION",
|
|
262
|
+
gsm_client=gsm_client,
|
|
263
|
+
)
|
|
264
|
+
|
|
265
|
+
|
|
212
266
|
def query_dataplanes_list(
|
|
213
267
|
*,
|
|
214
268
|
gsm_client: secretmanager.SecretManagerServiceClient | None = None,
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/prod_db_access/sql.py
RENAMED
|
@@ -74,7 +74,9 @@ import sqlalchemy
|
|
|
74
74
|
# Connection Queries
|
|
75
75
|
# =============================================================================
|
|
76
76
|
|
|
77
|
-
# Query connections by connector type
|
|
77
|
+
# Query connections by connector type (no organization filter)
|
|
78
|
+
# Note: pg8000 cannot determine the type of NULL parameters in patterns like
|
|
79
|
+
# "(:param IS NULL OR column = :param)", so we use separate queries instead
|
|
78
80
|
SELECT_CONNECTIONS_BY_CONNECTOR = sqlalchemy.text(
|
|
79
81
|
"""
|
|
80
82
|
SELECT
|
|
@@ -97,7 +99,34 @@ SELECT_CONNECTIONS_BY_CONNECTOR = sqlalchemy.text(
|
|
|
97
99
|
ON workspace.dataplane_group_id = dataplane_group.id
|
|
98
100
|
WHERE
|
|
99
101
|
source_actor.actor_definition_id = :connector_definition_id
|
|
100
|
-
|
|
102
|
+
LIMIT :limit
|
|
103
|
+
"""
|
|
104
|
+
)
|
|
105
|
+
|
|
106
|
+
# Query connections by connector type, filtered by organization
|
|
107
|
+
SELECT_CONNECTIONS_BY_CONNECTOR_AND_ORG = sqlalchemy.text(
|
|
108
|
+
"""
|
|
109
|
+
SELECT
|
|
110
|
+
connection.id AS connection_id,
|
|
111
|
+
connection.name AS connection_name,
|
|
112
|
+
connection.source_id,
|
|
113
|
+
workspace.id AS workspace_id,
|
|
114
|
+
workspace.name AS workspace_name,
|
|
115
|
+
workspace.organization_id,
|
|
116
|
+
workspace.dataplane_group_id,
|
|
117
|
+
dataplane_group.name AS dataplane_name,
|
|
118
|
+
source_actor.actor_definition_id AS source_definition_id,
|
|
119
|
+
source_actor.name AS source_name
|
|
120
|
+
FROM connection
|
|
121
|
+
JOIN actor AS source_actor
|
|
122
|
+
ON connection.source_id = source_actor.id
|
|
123
|
+
JOIN workspace
|
|
124
|
+
ON source_actor.workspace_id = workspace.id
|
|
125
|
+
LEFT JOIN dataplane_group
|
|
126
|
+
ON workspace.dataplane_group_id = dataplane_group.id
|
|
127
|
+
WHERE
|
|
128
|
+
source_actor.actor_definition_id = :connector_definition_id
|
|
129
|
+
AND workspace.organization_id = :organization_id
|
|
101
130
|
LIMIT :limit
|
|
102
131
|
"""
|
|
103
132
|
)
|
|
@@ -276,6 +305,66 @@ SELECT_SUCCESSFUL_SYNCS_FOR_VERSION = sqlalchemy.text(
|
|
|
276
305
|
"""
|
|
277
306
|
)
|
|
278
307
|
|
|
308
|
+
# Get failed attempt results for actors pinned to a specific connector definition VERSION ID
|
|
309
|
+
# Includes attempt details (failure_summary, etc.) for research/debugging
|
|
310
|
+
# Filters on attempts.status = 'failed' to capture all failed attempts, including those
|
|
311
|
+
# from jobs that eventually succeeded via retry. The latest_job_attempt_status field
|
|
312
|
+
# indicates whether the job eventually succeeded or remained failed.
|
|
313
|
+
# Query starts from attempts table to leverage indexed columns (ended_at, status)
|
|
314
|
+
# Note: attempts.ended_at and attempts.status are indexed (btree)
|
|
315
|
+
SELECT_FAILED_SYNC_ATTEMPTS_FOR_VERSION = sqlalchemy.text(
|
|
316
|
+
"""
|
|
317
|
+
SELECT
|
|
318
|
+
jobs.id AS job_id,
|
|
319
|
+
jobs.scope AS connection_id,
|
|
320
|
+
jobs.status AS latest_job_attempt_status,
|
|
321
|
+
jobs.started_at AS job_started_at,
|
|
322
|
+
jobs.updated_at AS job_updated_at,
|
|
323
|
+
connection.name AS connection_name,
|
|
324
|
+
actor.id AS actor_id,
|
|
325
|
+
actor.name AS actor_name,
|
|
326
|
+
actor.actor_definition_id,
|
|
327
|
+
scoped_configuration.origin_type AS pin_origin_type,
|
|
328
|
+
scoped_configuration.origin AS pin_origin,
|
|
329
|
+
workspace.id AS workspace_id,
|
|
330
|
+
workspace.name AS workspace_name,
|
|
331
|
+
workspace.organization_id,
|
|
332
|
+
workspace.dataplane_group_id,
|
|
333
|
+
dataplane_group.name AS dataplane_name,
|
|
334
|
+
attempts.id AS failed_attempt_id,
|
|
335
|
+
attempts.attempt_number AS failed_attempt_number,
|
|
336
|
+
attempts.status AS failed_attempt_status,
|
|
337
|
+
attempts.created_at AS failed_attempt_created_at,
|
|
338
|
+
attempts.ended_at AS failed_attempt_ended_at,
|
|
339
|
+
attempts.failure_summary,
|
|
340
|
+
attempts.processing_task_queue
|
|
341
|
+
FROM attempts
|
|
342
|
+
JOIN jobs
|
|
343
|
+
ON jobs.id = attempts.job_id
|
|
344
|
+
AND jobs.config_type = 'sync'
|
|
345
|
+
AND jobs.updated_at >= :cutoff_date
|
|
346
|
+
JOIN connection
|
|
347
|
+
ON jobs.scope = connection.id::text
|
|
348
|
+
JOIN actor
|
|
349
|
+
ON connection.source_id = actor.id
|
|
350
|
+
JOIN scoped_configuration
|
|
351
|
+
ON scoped_configuration.scope_id = actor.id
|
|
352
|
+
AND scoped_configuration.key = 'connector_version'
|
|
353
|
+
AND scoped_configuration.scope_type = 'actor'
|
|
354
|
+
AND scoped_configuration.value = :actor_definition_version_id
|
|
355
|
+
JOIN workspace
|
|
356
|
+
ON actor.workspace_id = workspace.id
|
|
357
|
+
LEFT JOIN dataplane_group
|
|
358
|
+
ON workspace.dataplane_group_id = dataplane_group.id
|
|
359
|
+
WHERE
|
|
360
|
+
attempts.ended_at >= :cutoff_date
|
|
361
|
+
AND attempts.status = 'failed'
|
|
362
|
+
ORDER BY
|
|
363
|
+
attempts.ended_at DESC
|
|
364
|
+
LIMIT :limit
|
|
365
|
+
"""
|
|
366
|
+
)
|
|
367
|
+
|
|
279
368
|
# =============================================================================
|
|
280
369
|
# Dataplane and Workspace Queries
|
|
281
370
|
# =============================================================================
|
|
@@ -26,7 +26,7 @@ from airbyte_ops_mcp.registry import (
|
|
|
26
26
|
pytest.param("1.2.3-rc.10", True, id="valid_rc_version_double_digit"),
|
|
27
27
|
pytest.param("0.0.1-rc.1", True, id="valid_rc_version_zero"),
|
|
28
28
|
pytest.param("1.2.3", False, id="stable_version"),
|
|
29
|
-
pytest.param("1.2.3-
|
|
29
|
+
pytest.param("1.2.3-preview.abc123", False, id="preview_version"),
|
|
30
30
|
pytest.param("1.2.3-alpha.1", False, id="alpha_version"),
|
|
31
31
|
pytest.param("1.2.3-beta.1", False, id="beta_version"),
|
|
32
32
|
],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/autofix-command.yml
RENAMED
|
File without changes
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/connector-live-test.yml
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/format-check.yml
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/lock-command.yml
RENAMED
|
File without changes
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/pdoc_preview.yml
RENAMED
|
File without changes
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/pdoc_publish.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/pytest-matrix.yml
RENAMED
|
File without changes
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/.github/workflows/release-drafter.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_annotations.py
RENAMED
|
File without changes
|
{airbyte_internal_ops-0.1.8 → airbyte_internal_ops-0.1.9}/src/airbyte_ops_mcp/_legacy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|