airbyte-internal-ops 0.4.1__tar.gz → 0.4.2__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.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/connector-regression-test.yml +76 -73
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/pdoc_preview.yml +3 -3
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/pdoc_publish.yml +3 -3
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/publish.yml +1 -1
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/pytest-fast.yml +1 -1
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/sentry-apply-command.yml +19 -81
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/sentry-preview.yml +4 -4
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/tk-todo-check.yml +1 -1
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/PKG-INFO +1 -1
- {airbyte_internal_ops-0.4.1/infra/sentry/docs → airbyte_internal_ops-0.4.2/infra/sentry}/CONTRIBUTING.md +23 -18
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/infra/sentry/Pulumi.prod.yaml +15 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/infra/sentry/README.md +2 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/infra/sentry/__main__.py +246 -17
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/pyproject.toml +0 -2
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cli/cloud.py +15 -3
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/prerelease.py +1 -2
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/ci_output.py +143 -67
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/uv.lock +1660 -1685
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.env.template +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/copilot-instructions.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/dependabot.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/pr-welcome-message.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/release-drafter.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/autofix-command.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/format-check.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/lint-check.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/lock-command.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/poe-command.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/pr-welcome.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/pytest-matrix.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/regression-tests-ci.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/release-drafter.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/semantic-pr-check.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/slash-command-dispatch.yml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.gitignore +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.mcp.json.template +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/CONTRIBUTING.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/bin/test_mcp_tool.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/bin/test_mcp_tool_http.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/conftest.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/docs/.gitignore +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/docs/generate.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/docs/templates/custom.css +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/docs/templates/theme.css +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/infra/sentry/.gitignore +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/infra/sentry/Pulumi.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/infra/sentry/requirements.txt +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/poe_tasks.toml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/pyrefly.toml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/pytest.ini +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/ruff.toml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_annotations.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/dbml_assembler.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/erd_service.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/relationships.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/cli.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/hacks.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/insights.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/models.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/pylint.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/pylint_plugins/cdk_deprecation_checkers.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/result_backends.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/.gitignore +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/base_backend.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/duckdb_backend.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/file_backend.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/connection_objects_retrieval.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/connector_runner.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/errors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/evaluation_modes.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/hacks.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/json_schema_helper.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/mitm_addons.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/models.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/proxy.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/secret_access.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/segment_tracking.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/conftest.py.disabled +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/consts.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/poetry.lock +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/pytest.ini +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_check.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_discover.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_read.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_spec.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/report.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/stash_keys.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/private_details.html.j2 +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/report.html.j2 +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_check.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_discover.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_read.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_spec.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/connector/hooks.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/connector/normalization.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/common.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/pipx.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/poetry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/remote_storage.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/secrets.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/system/common.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/system/docker.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/git.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/internal_tools.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/java.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/python.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/cache_keys.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/cli.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/cdk_helpers.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/command.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/dagger_fs.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/format.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/modifed.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/yaml.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/argument_parsing.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/run_steps.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/gcs.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/git.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/github.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/pip.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/sentry_utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/slack.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/pipeline.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/build_customization.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/common.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/java_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/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.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/normalization.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/python_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/consts.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/context.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/pipeline.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/list/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/list/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/pipeline.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pipeline.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/pipeline.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/reports.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/context.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/pipeline.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/common.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/java_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/manifest_only_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/python_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/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.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/pipeline.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/steps.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/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.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/pipeline.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/pipeline.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/base_image.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/docker.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/gradle.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/no_op.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/poetry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/pull_request.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/models.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/pipeline.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/update/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/update/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/airbyte_ci.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/auto_update.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/click_decorators.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/confirm_prompt.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/dagger_pipeline_command.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/dagger_run.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/ensure_repo_root.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/lazy_group.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/secrets.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/telemetry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/consts.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/hacks.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/artifacts.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/ci_requirements.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/click_pipeline_context.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/pipeline_context.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/reports.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/secrets.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/singleton.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/steps.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/assets.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/documentation.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/helpers.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/models.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/documentation_headers_check_description.md.j2 +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/section_content_description.md.j2 +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/template.md.j2 +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/metadata.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/packaging.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/security.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/version.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/cli.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/consts.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/models.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/templates/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/templates/qa_checks.md.j2 +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/bin/bundle-schemas.js +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/bin/generate-metadata-models.sh +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ActorDefinitionResourceRequirements.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/AirbyteInternal.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/AllowedHosts.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorBreakingChanges.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorBuildOptions.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorIPCOptions.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetadataDefinitionV0.json +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetadataDefinitionV0.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetrics.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorPackageInfo.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryDestinationDefinition.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryReleases.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistrySourceDefinition.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryV0.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorReleases.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorTestSuiteOptions.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/GeneratedFields.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/GitInfo.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/JobType.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/NormalizationDestinationDefinitionConfig.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RegistryOverrides.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ReleaseStage.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RemoteRegistries.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ResourceRequirements.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RolloutConfiguration.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/Secret.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SecretStore.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SourceFileInfo.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SuggestedStreams.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SupportLevel.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/TestConnections.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/airbyte-connector-metadata-schema.json +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ActorDefinitionResourceRequirements.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/AirbyteInternal.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/AllowedHosts.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorBreakingChanges.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorBuildOptions.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorIPCOptions.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorMetadataDefinitionV0.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorMetrics.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorPackageInfo.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryDestinationDefinition.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryReleases.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistrySourceDefinition.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryV0.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorReleases.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorTestSuiteOptions.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/GeneratedFields.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/GitInfo.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/JobType.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/NormalizationDestinationDefinitionConfig.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RegistryOverrides.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ReleaseStage.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RemoteRegistries.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ResourceRequirements.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RolloutConfiguration.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/Secret.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SecretStore.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SourceFileInfo.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SuggestedStreams.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SupportLevel.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/TestConnections.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/package-lock.json +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/package.json +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/transform.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/commands.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/constants.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/docker_hub.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/docs/external_documentation_urls.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/gcs_upload.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/files.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/gcs.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/object_helpers.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/slack.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/.env.template +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/README.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/dagster_cloud.yaml +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/connector_metrics.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/github.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/metadata.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry_entry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry_report.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/slack.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/specs_secrets_mask.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/config.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/fetcher/connector_cdk_version.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/hacks.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/jobs/registry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/logging/publish_connector_lifecycle.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/logging/sentry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/models/ci_report.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/models/metadata.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/ops/slack.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/file_managers/local_file_manager.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/gcp.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/github.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/local.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/gcs.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/github.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/registry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/base.html +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/connector_registry_locations.html +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/render.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/blob_helpers.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/dagster_helpers.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/object_helpers.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/poetry.lock +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/conftest.py.disabled +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/cloud_registry.json +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/oss_registry.json +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_connector_metrics.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_dagster_helpers.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_debug.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_partition_jobs.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_registry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_specs_secrets_mask.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry_entry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry_report.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/sentry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/spec_cache.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/specs_secrets_mask.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/stale_metadata_report.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/base.html +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/connector_registry_locations.html +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/render.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/validators/metadata_validator.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/airbyte_repo/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/airbyte_repo/bump_version.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/airbyte_repo/list_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/airbyte_repo/utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cli/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cli/_base.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cli/_shared.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cli/app.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cli/gh.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cli/registry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cli/repo.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cloud_admin/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cloud_admin/api_client.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cloud_admin/auth.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cloud_admin/connection_config.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/cloud_admin/models.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/connection_config_retriever/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/connection_config_retriever/audit_logging.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/connection_config_retriever/retrieval.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/connection_config_retriever/secrets_resolution.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/constants.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/gcp_auth.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/gcp_logs/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/gcp_logs/error_lookup.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/github_actions.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/github_api.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/_guidance.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/_http_headers.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/_mcp_utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/cloud_connector_versions.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/connector_analysis.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/connector_qa.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/gcp_logs.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/github_actions.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/github_repo_ops.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/metadata.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/prod_db_queries.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/prompts.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/registry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/regression_tests.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/server.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/mcp/server_info.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/prod_db_access/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/prod_db_access/db_engine.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/prod_db_access/py.typed +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/prod_db_access/queries.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/prod_db_access/sql.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/py.typed +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/registry/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/registry/models.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/registry/publish.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/cdk_secrets.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/commons/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/config.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/connection_fetcher.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/connection_secret_retriever.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/connector_runner.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/evaluation_modes.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/http_metrics.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/message_cache/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/message_cache/duckdb_cache.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/models.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/obfuscation.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/regression/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/regression/comparators.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/schema_generation.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/validation/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/validation/catalog_validators.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/src/airbyte_ops_mcp/regression_tests/validation/record_validators.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_erd_generator/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_erd_generator/builder.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_erd_generator/test_dbml_assembler.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_erd_generator/test_relationships.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_live_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_live_tests/backends/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_live_tests/backends/test_file_backend.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_live_tests/test_get_connection_objects_retrieval.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_live_tests/test_json_schema_helper.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_ops/conftest.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/bad-header.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/bad-title.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/extra-header.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/missing-entry.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/out-of-order.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_ops/test_utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/conftest.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/integration_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/integration_tests/test_documentation.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/correct.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/incorrect_not_all_structure.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/invalid_links.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_assets.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_documentation.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_metadata.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_packaging.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_security.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_version.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_models.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/conftest.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_actions/test_environments.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_bases.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_build_image/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_build_image/dummy_build_customization.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_manifest_only_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_python_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_steps/test_common.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/changelog_header_no_newline.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/changelog_header_no_separator.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/no_changelog_header.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/changelog_header_no_newline.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/changelog_header_no_separator.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_version_date_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_version_date_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_versions_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_versions_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/duplicate_entry_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/duplicate_entry_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/existing_entries_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/existing_entries_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/no_changelog_header.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/single_insert_valid_changelog_at_end.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/single_insert_valid_changelog_in_middle.md +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_changelog.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_cli/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_cli/test_click_decorators.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_commands/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_commands/test_groups/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_commands/test_groups/test_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_dagger/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/test_python/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/test_python/test_common.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_gradle.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_helpers/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/test_argument_parsing.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/test_run_steps.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_pip.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_models/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_models/test_click_pipeline_context.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_models/test_singleton.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_poetry/test_poetry_publish.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_publish.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_steps/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_steps/test_simple_docker_step.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_steps/test_version_check.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_tests/__init__.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_tests/test_common.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_tests/test_python_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/test_upgrade_java_cdk.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/legacy/airbyte_ci/pipelines/utils.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/test_airbyte_admin_mcp.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/test_bump_version.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/test_cli_registry.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/test_list_connectors.py +0 -0
- {airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/tests/test_prerelease.py +0 -0
|
@@ -231,12 +231,52 @@ jobs:
|
|
|
231
231
|
|
|
232
232
|
- name: Upload SPEC Artifacts
|
|
233
233
|
if: always()
|
|
234
|
-
uses: actions/upload-artifact@
|
|
234
|
+
uses: actions/upload-artifact@v6
|
|
235
235
|
with:
|
|
236
236
|
name: regression-test-artifacts-spec-${{ github.run_id }}
|
|
237
237
|
path: /tmp/regression_test_artifacts/spec/
|
|
238
238
|
retention-days: 7
|
|
239
239
|
|
|
240
|
+
- name: Write Context Block to Summary
|
|
241
|
+
if: always()
|
|
242
|
+
run: |
|
|
243
|
+
# Use resolved image versions from SPEC step outputs (written by CLI to GITHUB_OUTPUT)
|
|
244
|
+
# The CLI writes target_image and control_image to GITHUB_OUTPUT during execution
|
|
245
|
+
TARGET_IMAGE="${{ steps.run-spec.outputs.target_image }}"
|
|
246
|
+
CONTROL_IMAGE="${{ steps.run-spec.outputs.control_image }}"
|
|
247
|
+
|
|
248
|
+
# Fallback to input overrides if not found in step outputs
|
|
249
|
+
if [ -z "$TARGET_IMAGE" ]; then
|
|
250
|
+
TARGET_IMAGE="${{ inputs.override_test_image }}"
|
|
251
|
+
if [ -z "$TARGET_IMAGE" ]; then
|
|
252
|
+
TARGET_IMAGE="(built from PR #${{ inputs.pr }})"
|
|
253
|
+
fi
|
|
254
|
+
fi
|
|
255
|
+
if [ -z "$CONTROL_IMAGE" ]; then
|
|
256
|
+
CONTROL_IMAGE="${{ inputs.override_control_image }}"
|
|
257
|
+
if [ -z "$CONTROL_IMAGE" ]; then
|
|
258
|
+
CONTROL_IMAGE="(auto-detected from latest release)"
|
|
259
|
+
fi
|
|
260
|
+
fi
|
|
261
|
+
|
|
262
|
+
# Write Context block
|
|
263
|
+
{
|
|
264
|
+
echo "# Regression Test Report"
|
|
265
|
+
echo ""
|
|
266
|
+
echo "## Context"
|
|
267
|
+
echo ""
|
|
268
|
+
echo "- **Test Date:** $(date -u '+%Y-%m-%d %H:%M:%S') UTC"
|
|
269
|
+
echo "- **Connector:** \`${{ inputs.connector_name }}\`"
|
|
270
|
+
if [ "${{ inputs.skip_compare }}" != "true" ]; then
|
|
271
|
+
echo "- **Control Version:** \`$CONTROL_IMAGE\`"
|
|
272
|
+
echo "- **Target Version:** \`$TARGET_IMAGE\`"
|
|
273
|
+
else
|
|
274
|
+
echo "- **Version:** \`$TARGET_IMAGE\`"
|
|
275
|
+
fi
|
|
276
|
+
echo "- **Workflow Run:** [View Execution](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
|
|
277
|
+
echo ""
|
|
278
|
+
} >> "$GITHUB_STEP_SUMMARY"
|
|
279
|
+
|
|
240
280
|
- name: Run CHECK
|
|
241
281
|
id: run-check
|
|
242
282
|
env:
|
|
@@ -251,7 +291,7 @@ jobs:
|
|
|
251
291
|
|
|
252
292
|
- name: Upload CHECK Artifacts
|
|
253
293
|
if: always()
|
|
254
|
-
uses: actions/upload-artifact@
|
|
294
|
+
uses: actions/upload-artifact@v6
|
|
255
295
|
with:
|
|
256
296
|
name: regression-test-artifacts-check-${{ github.run_id }}
|
|
257
297
|
path: /tmp/regression_test_artifacts/check/
|
|
@@ -271,7 +311,7 @@ jobs:
|
|
|
271
311
|
|
|
272
312
|
- name: Upload DISCOVER Artifacts
|
|
273
313
|
if: always()
|
|
274
|
-
uses: actions/upload-artifact@
|
|
314
|
+
uses: actions/upload-artifact@v6
|
|
275
315
|
with:
|
|
276
316
|
name: regression-test-artifacts-discover-${{ github.run_id }}
|
|
277
317
|
path: /tmp/regression_test_artifacts/discover/
|
|
@@ -292,12 +332,22 @@ jobs:
|
|
|
292
332
|
|
|
293
333
|
- name: Upload READ Artifacts
|
|
294
334
|
if: always() && inputs.skip_read_action != true
|
|
295
|
-
uses: actions/upload-artifact@
|
|
335
|
+
uses: actions/upload-artifact@v6
|
|
296
336
|
with:
|
|
297
337
|
name: regression-test-artifacts-read-${{ github.run_id }}
|
|
298
338
|
path: /tmp/regression_test_artifacts/read/
|
|
299
339
|
retention-days: 7
|
|
300
340
|
|
|
341
|
+
- name: Append READ Skipped Message to Summary
|
|
342
|
+
if: always() && inputs.skip_read_action == true
|
|
343
|
+
run: |
|
|
344
|
+
{
|
|
345
|
+
echo "## \`READ\` Test Results (skipped)"
|
|
346
|
+
echo ""
|
|
347
|
+
echo "_This test was skipped per the \`skip_read_action=true\` input argument._"
|
|
348
|
+
echo ""
|
|
349
|
+
} >> "$GITHUB_STEP_SUMMARY"
|
|
350
|
+
|
|
301
351
|
- name: Determine Final Status
|
|
302
352
|
id: final-status
|
|
303
353
|
if: always()
|
|
@@ -325,83 +375,36 @@ jobs:
|
|
|
325
375
|
|
|
326
376
|
echo "success=true" >> "$GITHUB_OUTPUT"
|
|
327
377
|
|
|
328
|
-
- name:
|
|
329
|
-
id: create-report-check
|
|
330
|
-
if: always()
|
|
331
|
-
uses: actions/github-script@v7
|
|
332
|
-
with:
|
|
333
|
-
script: |
|
|
334
|
-
const fs = require('fs');
|
|
335
|
-
|
|
336
|
-
// Collect results from each command
|
|
337
|
-
const specResult = '${{ steps.run-spec.outcome }}';
|
|
338
|
-
const checkResult = '${{ steps.run-check.outcome }}';
|
|
339
|
-
const discoverResult = '${{ steps.run-discover.outcome }}';
|
|
340
|
-
const readResult = '${{ steps.run-read.outcome }}';
|
|
341
|
-
const skipRead = '${{ inputs.skip_read_action }}' === 'true';
|
|
342
|
-
|
|
343
|
-
const results = [
|
|
344
|
-
{ command: 'spec', result: specResult },
|
|
345
|
-
{ command: 'check', result: checkResult },
|
|
346
|
-
{ command: 'discover', result: discoverResult },
|
|
347
|
-
];
|
|
348
|
-
if (!skipRead) {
|
|
349
|
-
results.push({ command: 'read', result: readResult });
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
// Build report content
|
|
353
|
-
let reportContent = '# Sequential Regression Test Report\n\n';
|
|
354
|
-
reportContent += '| Command | Result |\n';
|
|
355
|
-
reportContent += '|---------|--------|\n';
|
|
356
|
-
for (const r of results) {
|
|
357
|
-
const status = r.result === 'success' ? 'PASS' : 'FAIL';
|
|
358
|
-
reportContent += `| ${r.command.toUpperCase()} | ${status} |\n`;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
const allPassed = results.every(r => r.result === 'success');
|
|
362
|
-
const conclusion = allPassed ? 'success' : 'failure';
|
|
363
|
-
|
|
364
|
-
const skipCompare = '${{ inputs.skip_compare }}' === 'true';
|
|
365
|
-
const connectorName = '${{ inputs.connector_name }}';
|
|
366
|
-
const prNumber = '${{ inputs.pr }}';
|
|
367
|
-
const commands = skipRead ? 'spec, check, discover' : 'spec, check, discover, read';
|
|
368
|
-
let summary;
|
|
369
|
-
if (skipCompare) {
|
|
370
|
-
const image = '${{ inputs.override_test_image }}' || `(built from ${connectorName} PR #${prNumber})`;
|
|
371
|
-
summary = `Single-version sequential regression test: \`${image}\` running \`${commands}\` commands.`;
|
|
372
|
-
} else {
|
|
373
|
-
const controlImage = '${{ inputs.override_control_image }}' || '(auto-detected)';
|
|
374
|
-
summary = `Comparison sequential regression test: \`${connectorName}\` (PR #${prNumber}) vs \`${controlImage}\` running \`${commands}\` commands.`;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
const check = await github.rest.checks.create({
|
|
378
|
-
owner: context.repo.owner,
|
|
379
|
-
repo: context.repo.repo,
|
|
380
|
-
name: 'Regression Test Report',
|
|
381
|
-
head_sha: context.sha,
|
|
382
|
-
status: 'completed',
|
|
383
|
-
conclusion: conclusion,
|
|
384
|
-
output: {
|
|
385
|
-
title: 'Regression Test Report',
|
|
386
|
-
summary: summary,
|
|
387
|
-
text: reportContent
|
|
388
|
-
}
|
|
389
|
-
});
|
|
390
|
-
|
|
391
|
-
core.setOutput('report_url', check.data.html_url);
|
|
392
|
-
|
|
393
|
-
- name: Add Report Link to Summary
|
|
378
|
+
- name: Write Summary Table to Summary
|
|
394
379
|
if: always()
|
|
395
380
|
run: |
|
|
381
|
+
# Determine emoji for each result
|
|
382
|
+
SPEC_EMOJI="${{ steps.run-spec.outcome == 'success' && '✅' || '❌' }}"
|
|
383
|
+
CHECK_EMOJI="${{ steps.run-check.outcome == 'success' && '✅' || '❌' }}"
|
|
384
|
+
DISCOVER_EMOJI="${{ steps.run-discover.outcome == 'success' && '✅' || '❌' }}"
|
|
385
|
+
READ_EMOJI="${{ steps.run-read.outcome == 'success' && '✅' || '❌' }}"
|
|
386
|
+
SKIP_READ="${{ inputs.skip_read_action }}"
|
|
387
|
+
|
|
388
|
+
# Write summary table at the bottom
|
|
396
389
|
{
|
|
397
390
|
echo ""
|
|
398
391
|
echo "---"
|
|
399
392
|
echo ""
|
|
400
|
-
echo "
|
|
393
|
+
echo "## Summary"
|
|
394
|
+
echo ""
|
|
395
|
+
echo "| Command | Result |"
|
|
396
|
+
echo "|---------|--------|"
|
|
397
|
+
echo "| \`SPEC\` | $SPEC_EMOJI |"
|
|
398
|
+
echo "| \`CHECK\` | $CHECK_EMOJI |"
|
|
399
|
+
echo "| \`DISCOVER\` | $DISCOVER_EMOJI |"
|
|
400
|
+
if [ "$SKIP_READ" != "true" ]; then
|
|
401
|
+
echo "| \`READ\` | $READ_EMOJI |"
|
|
402
|
+
else
|
|
403
|
+
echo "| \`READ\` | _(skipped)_ |"
|
|
404
|
+
fi
|
|
401
405
|
echo ""
|
|
402
|
-
echo "[Open Regression Test Report](${{ steps.create-report-check.outputs.report_url }})"
|
|
403
406
|
} >> "$GITHUB_STEP_SUMMARY"
|
|
407
|
+
|
|
404
408
|
outputs:
|
|
405
409
|
success: ${{ steps.final-status.outputs.success }}
|
|
406
410
|
summary_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
|
407
|
-
report_url: ${{ steps.create-report-check.outputs.report_url }}
|
{airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/pdoc_preview.yml
RENAMED
|
@@ -15,11 +15,11 @@ jobs:
|
|
|
15
15
|
|
|
16
16
|
steps:
|
|
17
17
|
- name: Checkout code
|
|
18
|
-
uses: actions/checkout@
|
|
18
|
+
uses: actions/checkout@v6
|
|
19
19
|
- name: Set up uv
|
|
20
20
|
uses: astral-sh/setup-uv@v5
|
|
21
21
|
- name: Set up Python
|
|
22
|
-
uses: actions/setup-python@
|
|
22
|
+
uses: actions/setup-python@v6
|
|
23
23
|
with:
|
|
24
24
|
python-version: "3.11"
|
|
25
25
|
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
fi
|
|
37
37
|
|
|
38
38
|
- name: Upload artifact
|
|
39
|
-
uses: actions/upload-pages-artifact@
|
|
39
|
+
uses: actions/upload-pages-artifact@v4
|
|
40
40
|
with:
|
|
41
41
|
# Upload generated documentation
|
|
42
42
|
path: "docs/generated"
|
{airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/pdoc_publish.yml
RENAMED
|
@@ -29,11 +29,11 @@ jobs:
|
|
|
29
29
|
|
|
30
30
|
steps:
|
|
31
31
|
- name: Checkout code
|
|
32
|
-
uses: actions/checkout@
|
|
32
|
+
uses: actions/checkout@v6
|
|
33
33
|
- name: Set up uv
|
|
34
34
|
uses: astral-sh/setup-uv@v5
|
|
35
35
|
- name: Set up Python
|
|
36
|
-
uses: actions/setup-python@
|
|
36
|
+
uses: actions/setup-python@v6
|
|
37
37
|
with:
|
|
38
38
|
python-version: "3.11"
|
|
39
39
|
- name: Setup Pages
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
|
47
47
|
uv run poe docs-generate
|
|
48
48
|
|
|
49
49
|
- name: Upload artifact
|
|
50
|
-
uses: actions/upload-pages-artifact@
|
|
50
|
+
uses: actions/upload-pages-artifact@v4
|
|
51
51
|
with:
|
|
52
52
|
# Upload entire repository
|
|
53
53
|
path: "docs/generated"
|
{airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/sentry-apply-command.yml
RENAMED
|
@@ -104,7 +104,7 @@ jobs:
|
|
|
104
104
|
core.info(`PR #${{ github.event.inputs.pr }} from branch: ${pr.head.ref}`);
|
|
105
105
|
|
|
106
106
|
- name: Checkout code
|
|
107
|
-
uses: actions/checkout@
|
|
107
|
+
uses: actions/checkout@v6
|
|
108
108
|
with:
|
|
109
109
|
ref: ${{ steps.pr-info.outputs.ref || github.ref }}
|
|
110
110
|
token: ${{ steps.get-app-token.outputs.token }}
|
|
@@ -123,7 +123,7 @@ jobs:
|
|
|
123
123
|
> Job started... [Check job output.](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
|
124
124
|
|
|
125
125
|
- name: Set up Python
|
|
126
|
-
uses: actions/setup-python@
|
|
126
|
+
uses: actions/setup-python@v6
|
|
127
127
|
with:
|
|
128
128
|
python-version: '3.11'
|
|
129
129
|
|
|
@@ -136,7 +136,7 @@ jobs:
|
|
|
136
136
|
|
|
137
137
|
- name: Generate Sentry provider SDK
|
|
138
138
|
run: |
|
|
139
|
-
pulumi package add terraform-provider jianyuan/sentry 0.14.
|
|
139
|
+
pulumi package add terraform-provider jianyuan/sentry 0.14.7
|
|
140
140
|
|
|
141
141
|
- name: Install generated SDK
|
|
142
142
|
run: |
|
|
@@ -145,7 +145,7 @@ jobs:
|
|
|
145
145
|
- name: Download state artifact
|
|
146
146
|
id: download-state
|
|
147
147
|
continue-on-error: true
|
|
148
|
-
uses: dawidd6/action-download-artifact@
|
|
148
|
+
uses: dawidd6/action-download-artifact@v12
|
|
149
149
|
with:
|
|
150
150
|
name: ${{ env.STATE_ARTIFACT_NAME }}
|
|
151
151
|
path: ${{ env.PULUMI_BACKEND_DIR }}
|
|
@@ -183,73 +183,34 @@ jobs:
|
|
|
183
183
|
run: |
|
|
184
184
|
pulumi stack select prod --create
|
|
185
185
|
|
|
186
|
-
- name: Pulumi Preview
|
|
186
|
+
- name: Pulumi Preview
|
|
187
187
|
id: preview
|
|
188
|
-
|
|
188
|
+
continue-on-error: true
|
|
189
189
|
env:
|
|
190
190
|
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
|
191
191
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN_READWRITE }}
|
|
192
|
-
run:
|
|
193
|
-
set -o pipefail
|
|
194
|
-
|
|
195
|
-
# Run preview before apply for audit trail (summary view)
|
|
196
|
-
echo "=== Pre-apply Preview (Summary) ==="
|
|
197
|
-
set +e
|
|
198
|
-
pulumi preview --stack prod 2>&1 | tee /tmp/pulumi-preview.txt
|
|
199
|
-
pulumi_exit=${PIPESTATUS[0]}
|
|
200
|
-
set -e
|
|
201
|
-
|
|
202
|
-
echo "preview_output<<EOF" >> "$GITHUB_OUTPUT"
|
|
203
|
-
cat /tmp/pulumi-preview.txt >> "$GITHUB_OUTPUT"
|
|
204
|
-
echo "EOF" >> "$GITHUB_OUTPUT"
|
|
192
|
+
run: pulumi preview --stack prod --diff --expect-no-changes
|
|
205
193
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
id: preview_diff
|
|
210
|
-
shell: bash
|
|
194
|
+
- name: Pulumi Up (Apply)
|
|
195
|
+
id: pulumi-up
|
|
196
|
+
if: steps.preview.outcome == 'failure'
|
|
211
197
|
env:
|
|
212
198
|
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
|
213
199
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN_READWRITE }}
|
|
214
|
-
run:
|
|
215
|
-
set -o pipefail
|
|
216
|
-
|
|
217
|
-
# Run preview with --diff for detailed property-level changes
|
|
218
|
-
echo "=== Pre-apply Preview (Detailed Diff) ==="
|
|
219
|
-
set +e
|
|
220
|
-
pulumi preview --stack prod --diff 2>&1 | tee /tmp/pulumi-preview-diff.txt
|
|
221
|
-
pulumi_exit=${PIPESTATUS[0]}
|
|
222
|
-
set -e
|
|
223
|
-
|
|
224
|
-
echo "preview_diff_output<<EOF" >> "$GITHUB_OUTPUT"
|
|
225
|
-
cat /tmp/pulumi-preview-diff.txt >> "$GITHUB_OUTPUT"
|
|
226
|
-
echo "EOF" >> "$GITHUB_OUTPUT"
|
|
227
|
-
|
|
228
|
-
exit "$pulumi_exit"
|
|
200
|
+
run: pulumi up --stack prod --yes
|
|
229
201
|
|
|
230
|
-
- name:
|
|
231
|
-
id:
|
|
232
|
-
|
|
202
|
+
- name: Post-apply Convergence Check
|
|
203
|
+
id: convergence-check
|
|
204
|
+
if: steps.preview.outcome == 'failure'
|
|
205
|
+
continue-on-error: true
|
|
233
206
|
env:
|
|
234
207
|
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
|
235
208
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN_READWRITE }}
|
|
236
|
-
run:
|
|
237
|
-
set -o pipefail
|
|
238
|
-
|
|
239
|
-
set +e
|
|
240
|
-
pulumi up --stack prod --yes 2>&1 | tee /tmp/pulumi-up.txt
|
|
241
|
-
pulumi_exit=${PIPESTATUS[0]}
|
|
242
|
-
set -e
|
|
243
|
-
|
|
244
|
-
echo "output<<EOF" >> "$GITHUB_OUTPUT"
|
|
245
|
-
cat /tmp/pulumi-up.txt >> "$GITHUB_OUTPUT"
|
|
246
|
-
echo "EOF" >> "$GITHUB_OUTPUT"
|
|
247
|
-
|
|
248
|
-
exit "$pulumi_exit"
|
|
209
|
+
run: pulumi preview --stack prod --refresh --diff --expect-no-changes
|
|
249
210
|
|
|
250
211
|
- name: Upload state artifact
|
|
251
212
|
if: always()
|
|
252
|
-
uses: actions/upload-artifact@
|
|
213
|
+
uses: actions/upload-artifact@v6
|
|
253
214
|
with:
|
|
254
215
|
name: ${{ env.STATE_ARTIFACT_NAME }}
|
|
255
216
|
path: ${{ env.PULUMI_BACKEND_DIR }}
|
|
@@ -264,31 +225,8 @@ jobs:
|
|
|
264
225
|
comment-id: ${{ github.event.inputs.comment-id }}
|
|
265
226
|
reactions: hooray
|
|
266
227
|
body: |
|
|
267
|
-
> Pulumi up completed successfully.
|
|
268
|
-
|
|
269
|
-
<details><summary>Preview Summary (before apply)</summary>
|
|
270
|
-
|
|
271
|
-
```
|
|
272
|
-
${{ steps.preview.outputs.preview_output }}
|
|
273
|
-
```
|
|
274
|
-
|
|
275
|
-
</details>
|
|
276
|
-
|
|
277
|
-
<details><summary>Preview Detailed Diff (before apply)</summary>
|
|
278
|
-
|
|
279
|
-
```diff
|
|
280
|
-
${{ steps.preview_diff.outputs.preview_diff_output }}
|
|
281
|
-
```
|
|
282
|
-
|
|
283
|
-
</details>
|
|
284
|
-
|
|
285
|
-
<details><summary>Apply Output</summary>
|
|
286
|
-
|
|
287
|
-
```
|
|
288
|
-
${{ steps.pulumi-up.outputs.output }}
|
|
289
|
-
```
|
|
290
|
-
|
|
291
|
-
</details>
|
|
228
|
+
> ${{ steps.preview.outcome == 'failure' && 'Pulumi up completed successfully.' || 'No changes detected - apply was skipped.' }}
|
|
229
|
+
> **Convergence Status:** ${{ steps.preview.outcome == 'failure' && (steps.convergence-check.outcome == 'success' && 'clean' || 'dirty') || 'N/A (no apply)' }}
|
|
292
230
|
|
|
293
231
|
- name: Append failure comment
|
|
294
232
|
if: failure() && github.event.inputs.comment-id
|
{airbyte_internal_ops-0.4.1 → airbyte_internal_ops-0.4.2}/.github/workflows/sentry-preview.yml
RENAMED
|
@@ -27,10 +27,10 @@ jobs:
|
|
|
27
27
|
working-directory: ${{ env.WORKING_DIRECTORY }}
|
|
28
28
|
steps:
|
|
29
29
|
- name: Checkout code
|
|
30
|
-
uses: actions/checkout@
|
|
30
|
+
uses: actions/checkout@v6
|
|
31
31
|
|
|
32
32
|
- name: Set up Python
|
|
33
|
-
uses: actions/setup-python@
|
|
33
|
+
uses: actions/setup-python@v6
|
|
34
34
|
with:
|
|
35
35
|
python-version: '3.11'
|
|
36
36
|
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
|
43
43
|
|
|
44
44
|
- name: Generate Sentry provider SDK
|
|
45
45
|
run: |
|
|
46
|
-
pulumi package add terraform-provider jianyuan/sentry 0.14.
|
|
46
|
+
pulumi package add terraform-provider jianyuan/sentry 0.14.7
|
|
47
47
|
|
|
48
48
|
- name: Install generated SDK
|
|
49
49
|
run: |
|
|
@@ -52,7 +52,7 @@ jobs:
|
|
|
52
52
|
- name: Download state artifact
|
|
53
53
|
id: download-state
|
|
54
54
|
continue-on-error: true
|
|
55
|
-
uses: dawidd6/action-download-artifact@
|
|
55
|
+
uses: dawidd6/action-download-artifact@v12
|
|
56
56
|
with:
|
|
57
57
|
name: ${{ env.STATE_ARTIFACT_NAME }}
|
|
58
58
|
path: ${{ env.PULUMI_BACKEND_DIR }}
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
This guide provides the minimal information needed to contribute to Airbyte's Sentry configuration.
|
|
4
4
|
|
|
5
|
+
## Key Principles
|
|
6
|
+
|
|
7
|
+
**For AI agents:** Use [Sentry MCP](https://docs.sentry.io/product/sentry-mcp/) for read-only analysis of Sentry issues and event history. The Sentry MCP server is already registered for Airbyte agents.
|
|
8
|
+
|
|
9
|
+
**Configuration changes:** All modifications to alert rules, projects, and dashboards should be made through Pulumi IaC in this repository (`infra/sentry/`). Changes are applied via PR review and the `/sentry-apply` workflow command.
|
|
10
|
+
|
|
5
11
|
## Quick Links
|
|
6
12
|
|
|
7
13
|
- [Sentry Project](https://sentry.io/organizations/airbytehq/projects/connector-incident-management) - Main connector-incident-management project
|
|
8
14
|
- [Alert Rules](https://sentry.io/organizations/airbytehq/alerts/rules) - Configure and view alert rules
|
|
9
15
|
- [Issue Grouping Settings](https://sentry.io/settings/airbytehq/projects/connector-incident-management/issue-grouping/) - Manage stack trace grouping rules
|
|
10
16
|
- [GitHub Integration](https://github.com/airbytehq/workflow-actions/actions/workflows/sentry.yml) - Sentry-GitHub sync workflow
|
|
11
|
-
- [Pulumi IAC](
|
|
17
|
+
- [Pulumi IAC](./) - Infrastructure as Code for Sentry configuration
|
|
18
|
+
- [Sentry README](./README.md) - Comprehensive Sentry setup documentation
|
|
12
19
|
|
|
13
20
|
## Configuration Areas
|
|
14
21
|
|
|
@@ -124,17 +131,17 @@ tags.failure_origin:normalization #db-connectors
|
|
|
124
131
|
|
|
125
132
|
### 6. Infrastructure as Code (Pulumi)
|
|
126
133
|
|
|
127
|
-
**What:** Manage Sentry
|
|
134
|
+
**What:** Manage Sentry projects, alerts, and dashboards as code using Pulumi. This is the **primary method** for modifying Sentry configuration.
|
|
128
135
|
|
|
129
136
|
**Where to configure:** This directory (`infra/sentry/`)
|
|
130
137
|
|
|
131
|
-
**
|
|
138
|
+
**Workflow:**
|
|
139
|
+
1. Make changes to `__main__.py` in this directory
|
|
140
|
+
2. Create a PR with your changes
|
|
141
|
+
3. Use `/sentry-apply` comment on the PR to preview and apply changes
|
|
142
|
+
4. The workflow includes a convergence check to verify changes are applied correctly
|
|
132
143
|
|
|
133
|
-
|
|
134
|
-
brew install pulumi
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
**What can be managed:**
|
|
144
|
+
**What is managed via Pulumi (preferred):**
|
|
138
145
|
- Projects (including fingerprint rules and grouping enhancements)
|
|
139
146
|
- Issue alerts (P0 alerts, parsing failure alerts)
|
|
140
147
|
- Metric alerts
|
|
@@ -144,9 +151,7 @@ brew install pulumi
|
|
|
144
151
|
- Teams (referenced by slug in Pulumi, but membership managed in UI)
|
|
145
152
|
- Ownership rules (team assignment rules)
|
|
146
153
|
|
|
147
|
-
**
|
|
148
|
-
|
|
149
|
-
**Documentation:** [Import Guide](./IMPORT_GUIDE.md)
|
|
154
|
+
**Documentation:** [Import Guide](./docs/IMPORT_GUIDE.md)
|
|
150
155
|
|
|
151
156
|
## Common Contribution Scenarios
|
|
152
157
|
|
|
@@ -170,15 +175,15 @@ brew install pulumi
|
|
|
170
175
|
|
|
171
176
|
### Adjusting Alert Thresholds
|
|
172
177
|
|
|
173
|
-
1. **
|
|
178
|
+
1. **Edit the alert definition** in `infra/sentry/__main__.py`
|
|
179
|
+
- Find the relevant `IssueAlert` resource (P0 GA or P0 Beta)
|
|
180
|
+
- Modify the threshold in the alert conditions
|
|
174
181
|
|
|
175
|
-
2. **
|
|
182
|
+
2. **Create a PR** with your changes
|
|
176
183
|
|
|
177
|
-
3. **
|
|
178
|
-
- GA connectors: Currently >2 workspaces
|
|
179
|
-
- Beta connectors: Currently >5 workspaces
|
|
184
|
+
3. **Apply via `/sentry-apply`** comment on the PR
|
|
180
185
|
|
|
181
|
-
4. **
|
|
186
|
+
4. **Monitor** the [Alert Rules](https://sentry.io/organizations/airbytehq/alerts/rules) to verify changes
|
|
182
187
|
|
|
183
188
|
### Improving Error Grouping
|
|
184
189
|
|
|
@@ -222,7 +227,7 @@ Connectors using recent versions of CDK or java-base automatically emit trace me
|
|
|
222
227
|
|
|
223
228
|
## Related Documentation
|
|
224
229
|
|
|
225
|
-
- [Main Sentry README](
|
|
230
|
+
- [Main Sentry README](./README.md) - Comprehensive Sentry setup documentation
|
|
226
231
|
- [Sentry at Airbyte (Notion)](https://www.notion.so/9fdc95e5ed4d429e9fd889960bdb5b33) - Primary configuration guide
|
|
227
232
|
- [Errors in Airbyte (Notion)](https://www.notion.so/cefeae34698745a2aca9c3d967be81c5) - Error handling architecture
|
|
228
233
|
- [workflow-actions Repository](https://github.com/airbytehq/workflow-actions) - GitHub integration code
|
|
@@ -41,10 +41,25 @@ config:
|
|
|
41
41
|
# Alert time window (hours)
|
|
42
42
|
alert_time_window_hours: 24
|
|
43
43
|
# Fingerprint rules
|
|
44
|
+
# See: https://github.com/airbytehq/airbyte-ops-mcp/issues/150
|
|
44
45
|
fingerprinting_rules: |-
|
|
45
46
|
# User-side BigQuery quota errors (e.g. BigQuery free tier)
|
|
46
47
|
# No action on us, so we group and ignore these:
|
|
47
48
|
message:"Quota exceeded: Your project exceeded quota*" -> user-bigquery-storage-quota-exceeded
|
|
49
|
+
|
|
50
|
+
# Postgres duplicate key errors - group together (ignore constraint name)
|
|
51
|
+
# These vary by table-specific constraint names, causing separate Sentry issues
|
|
52
|
+
error.value:"duplicate key value violates unique constraint*" -> postgres-duplicate-key
|
|
53
|
+
|
|
54
|
+
# BigQuery column rename errors - group together (ignore column/table names)
|
|
55
|
+
# Column rename failures for partitioning/clustering columns
|
|
56
|
+
error.value:"Column*cannot be renamed*" -> bigquery-column-rename
|
|
57
|
+
|
|
58
|
+
# Connection refused errors - transient network/infrastructure issues
|
|
59
|
+
error.value:"Connection refused*" -> connection-refused
|
|
60
|
+
|
|
61
|
+
# Broken pipe errors - transient network interruptions
|
|
62
|
+
error.value:"Broken pipe*" -> broken-pipe
|
|
48
63
|
# Grouping enhancements (imported from Sentry 2025-12-22)
|
|
49
64
|
grouping_enhancements: |-
|
|
50
65
|
# java: mark everything from io.airbyte.* as in-app
|
|
@@ -31,6 +31,8 @@ Sentry is used by Airbyte's connector team to monitor connector errors in produc
|
|
|
31
31
|
|
|
32
32
|
For more details, see the [main Sentry documentation page](https://www.notion.so/Sentry-Configuration-at-Airbyte-9fdc95e5ed4d429e9fd889960bdb5b33) in Notion.
|
|
33
33
|
|
|
34
|
+
**See also:** [Contributing Guide](./CONTRIBUTING.md) for how to make changes to Sentry configuration.
|
|
35
|
+
|
|
34
36
|
## How Sentry Works at Airbyte
|
|
35
37
|
|
|
36
38
|
Airbyte can be configured to report failures that originate from source and destination trace messages to Sentry. This includes unexpected errors encountered during:
|