airbyte-internal-ops 0.7.1__tar.gz → 0.8.0__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.
Files changed (445) hide show
  1. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/PKG-INFO +1 -1
  2. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cli/local.py +6 -5
  3. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/cli.py +37 -0
  4. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.env.template +0 -0
  5. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/copilot-instructions.md +0 -0
  6. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/dependabot.yml +0 -0
  7. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/pr-welcome-message.md +0 -0
  8. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/autofix-command.yml +0 -0
  9. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/connector-regression-test.yml +0 -0
  10. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/format-check.yml +0 -0
  11. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/lint-check.yml +0 -0
  12. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/lock-command.yml +0 -0
  13. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/pdoc_preview.yml +0 -0
  14. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/pdoc_publish.yml +0 -0
  15. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/poe-command.yml +0 -0
  16. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/pr-welcome.yml +0 -0
  17. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/publish.yml +0 -0
  18. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/pytest-fast.yml +0 -0
  19. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/pytest-matrix.yml +0 -0
  20. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/regression-tests-ci.yml +0 -0
  21. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/release-drafter.yml +0 -0
  22. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/semantic-pr-check.yml +0 -0
  23. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/sentry-apply-command.yml +0 -0
  24. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/sentry-preview.yml +0 -0
  25. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/slash-command-dispatch.yml +0 -0
  26. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/tk-todo-check.yml +0 -0
  27. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.github/workflows/validate-build.yml +0 -0
  28. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.gitignore +0 -0
  29. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/.mcp.json.template +0 -0
  30. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/CONTRIBUTING.md +0 -0
  31. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/README.md +0 -0
  32. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/conftest.py +0 -0
  33. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/docs/.gitignore +0 -0
  34. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/docs/generate.py +0 -0
  35. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/docs/templates/custom.css +0 -0
  36. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/docs/templates/theme.css +0 -0
  37. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/infra/sentry/.gitignore +0 -0
  38. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/infra/sentry/CONTRIBUTING.md +0 -0
  39. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/infra/sentry/Pulumi.prod.yaml +0 -0
  40. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/infra/sentry/Pulumi.yaml +0 -0
  41. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/infra/sentry/README.md +0 -0
  42. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/infra/sentry/__main__.py +0 -0
  43. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/infra/sentry/requirements.txt +0 -0
  44. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/poe_tasks.toml +0 -0
  45. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/pyproject.toml +0 -0
  46. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/pyrefly.toml +0 -0
  47. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/pytest.ini +0 -0
  48. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/ruff.toml +0 -0
  49. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/__init__.py +0 -0
  50. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/__init__.py +0 -0
  51. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/README.md +0 -0
  52. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/README.md +0 -0
  53. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/__init__.py +0 -0
  54. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/dbml_assembler.py +0 -0
  55. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/erd_service.py +0 -0
  56. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/relationships.py +0 -0
  57. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/README.md +0 -0
  58. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/__init__.py +0 -0
  59. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/cli.py +0 -0
  60. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/hacks.py +0 -0
  61. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/insights.py +0 -0
  62. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/models.py +0 -0
  63. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/pylint.py +0 -0
  64. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/pylint_plugins/cdk_deprecation_checkers.py +0 -0
  65. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/result_backends.py +0 -0
  66. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/utils.py +0 -0
  67. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/README.md +0 -0
  68. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/__init__.py +0 -0
  69. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/utils.py +0 -0
  70. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/README.md +0 -0
  71. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/__init__.py +0 -0
  72. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/connector/hooks.py +0 -0
  73. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/connector/normalization.py +0 -0
  74. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/common.py +0 -0
  75. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/pipx.py +0 -0
  76. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/poetry.py +0 -0
  77. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/remote_storage.py +0 -0
  78. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/secrets.py +0 -0
  79. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/system/common.py +0 -0
  80. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/system/docker.py +0 -0
  81. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/git.py +0 -0
  82. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/internal_tools.py +0 -0
  83. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/java.py +0 -0
  84. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/python.py +0 -0
  85. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/__init__.py +0 -0
  86. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/cache_keys.py +0 -0
  87. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/cli.py +0 -0
  88. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/__init__.py +0 -0
  89. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/cdk_helpers.py +0 -0
  90. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/command.py +0 -0
  91. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/dagger_fs.py +0 -0
  92. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/format.py +0 -0
  93. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/modifed.py +0 -0
  94. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/yaml.py +0 -0
  95. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/__init__.py +0 -0
  96. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/argument_parsing.py +0 -0
  97. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/run_steps.py +0 -0
  98. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/gcs.py +0 -0
  99. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/git.py +0 -0
  100. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/github.py +0 -0
  101. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/pip.py +0 -0
  102. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/sentry_utils.py +0 -0
  103. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/slack.py +0 -0
  104. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/utils.py +0 -0
  105. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/README.md +0 -0
  106. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/__init__.py +0 -0
  107. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/__init__.py +0 -0
  108. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/__init__.py +0 -0
  109. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/__init__.py +0 -0
  110. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/commands.py +0 -0
  111. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/pipeline.py +0 -0
  112. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/__init__.py +0 -0
  113. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/build_customization.py +0 -0
  114. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/common.py +0 -0
  115. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/java_connectors.py +0 -0
  116. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/manifest_only_connectors.py +0 -0
  117. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/normalization.py +0 -0
  118. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/python_connectors.py +0 -0
  119. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/commands.py +0 -0
  120. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/consts.py +0 -0
  121. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/context.py +0 -0
  122. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/__init__.py +0 -0
  123. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/commands.py +0 -0
  124. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/pipeline.py +0 -0
  125. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/list/__init__.py +0 -0
  126. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/list/commands.py +0 -0
  127. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/__init__.py +0 -0
  128. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/commands.py +0 -0
  129. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/pipeline.py +0 -0
  130. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pipeline.py +0 -0
  131. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/__init__.py +0 -0
  132. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/commands.py +0 -0
  133. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/pipeline.py +0 -0
  134. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/reports.py +0 -0
  135. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/__init__.py +0 -0
  136. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/commands.py +0 -0
  137. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/context.py +0 -0
  138. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/pipeline.py +0 -0
  139. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/__init__.py +0 -0
  140. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/common.py +0 -0
  141. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/java_connectors.py +0 -0
  142. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/manifest_only_connectors.py +0 -0
  143. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/python_connectors.py +0 -0
  144. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/templates/test_report.html.j2 +0 -0
  145. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/__init__.py +0 -0
  146. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/commands.py +0 -0
  147. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/pipeline.py +0 -0
  148. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/steps.py +0 -0
  149. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/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
  150. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/__init__.py +0 -0
  151. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/commands.py +0 -0
  152. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/pipeline.py +0 -0
  153. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/__init__.py +0 -0
  154. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/commands.py +0 -0
  155. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/pipeline.py +0 -0
  156. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/__init__.py +0 -0
  157. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/commands.py +0 -0
  158. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/__init__.py +0 -0
  159. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/base_image.py +0 -0
  160. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/docker.py +0 -0
  161. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/gradle.py +0 -0
  162. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/no_op.py +0 -0
  163. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/poetry.py +0 -0
  164. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/pull_request.py +0 -0
  165. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/__init__.py +0 -0
  166. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/commands.py +0 -0
  167. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/models.py +0 -0
  168. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/pipeline.py +0 -0
  169. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/update/__init__.py +0 -0
  170. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/update/commands.py +0 -0
  171. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/airbyte_ci.py +0 -0
  172. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/auto_update.py +0 -0
  173. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/click_decorators.py +0 -0
  174. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/confirm_prompt.py +0 -0
  175. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/dagger_pipeline_command.py +0 -0
  176. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/dagger_run.py +0 -0
  177. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/ensure_repo_root.py +0 -0
  178. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/lazy_group.py +0 -0
  179. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/secrets.py +0 -0
  180. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/telemetry.py +0 -0
  181. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/consts.py +0 -0
  182. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/hacks.py +0 -0
  183. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/__init__.py +0 -0
  184. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/artifacts.py +0 -0
  185. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/ci_requirements.py +0 -0
  186. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/__init__.py +0 -0
  187. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/click_pipeline_context.py +0 -0
  188. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/pipeline_context.py +0 -0
  189. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/reports.py +0 -0
  190. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/secrets.py +0 -0
  191. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/singleton.py +0 -0
  192. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/steps.py +0 -0
  193. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/README.md +0 -0
  194. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/commands.py +0 -0
  195. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/constants.py +0 -0
  196. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/docs/external_documentation_urls.md +0 -0
  197. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/gcs_upload.py +0 -0
  198. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/files.py +0 -0
  199. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/gcs.py +0 -0
  200. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/object_helpers.py +0 -0
  201. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/slack.py +0 -0
  202. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/.env.template +0 -0
  203. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/README.md +0 -0
  204. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/dagster_cloud.yaml +0 -0
  205. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/__init__.py +0 -0
  206. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/connector_metrics.py +0 -0
  207. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/github.py +0 -0
  208. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/metadata.py +0 -0
  209. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry.py +0 -0
  210. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry_entry.py +0 -0
  211. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry_report.py +0 -0
  212. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/slack.py +0 -0
  213. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/specs_secrets_mask.py +0 -0
  214. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/config.py +0 -0
  215. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/fetcher/connector_cdk_version.py +0 -0
  216. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/hacks.py +0 -0
  217. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/jobs/registry.py +0 -0
  218. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/logging/publish_connector_lifecycle.py +0 -0
  219. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/logging/sentry.py +0 -0
  220. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/models/ci_report.py +0 -0
  221. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/models/metadata.py +0 -0
  222. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/ops/slack.py +0 -0
  223. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/file_managers/local_file_manager.py +0 -0
  224. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/gcp.py +0 -0
  225. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/github.py +0 -0
  226. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/local.py +0 -0
  227. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/gcs.py +0 -0
  228. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/github.py +0 -0
  229. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/registry.py +0 -0
  230. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/base.html +0 -0
  231. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/connector_registry_locations.html +0 -0
  232. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/render.py +0 -0
  233. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/blob_helpers.py +0 -0
  234. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/dagster_helpers.py +0 -0
  235. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/object_helpers.py +0 -0
  236. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/poetry.lock +0 -0
  237. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/__init__.py +0 -0
  238. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/conftest.py.disabled +0 -0
  239. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/__init__.py +0 -0
  240. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/cloud_registry.json +0 -0
  241. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/oss_registry.json +0 -0
  242. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_connector_metrics.py +0 -0
  243. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_dagster_helpers.py +0 -0
  244. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_debug.py +0 -0
  245. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_partition_jobs.py +0 -0
  246. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_registry.py +0 -0
  247. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_specs_secrets_mask.py +0 -0
  248. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry.py +0 -0
  249. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry_entry.py +0 -0
  250. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry_report.py +0 -0
  251. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/sentry.py +0 -0
  252. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/spec_cache.py +0 -0
  253. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/specs_secrets_mask.py +0 -0
  254. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/stale_metadata_report.py +0 -0
  255. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/base.html +0 -0
  256. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/connector_registry_locations.html +0 -0
  257. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/render.py +0 -0
  258. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/_sentry.py +0 -0
  259. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/airbyte_repo/__init__.py +0 -0
  260. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/airbyte_repo/bump_version.py +0 -0
  261. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/airbyte_repo/list_connectors.py +0 -0
  262. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/airbyte_repo/utils.py +0 -0
  263. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cli/__init__.py +0 -0
  264. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cli/_base.py +0 -0
  265. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cli/_shared.py +0 -0
  266. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cli/app.py +0 -0
  267. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cli/cloud.py +0 -0
  268. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cli/gh.py +0 -0
  269. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cli/registry.py +0 -0
  270. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cloud_admin/__init__.py +0 -0
  271. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cloud_admin/api_client.py +0 -0
  272. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cloud_admin/auth.py +0 -0
  273. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cloud_admin/connection_config.py +0 -0
  274. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/cloud_admin/models.py +0 -0
  275. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connection_config_retriever/__init__.py +0 -0
  276. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connection_config_retriever/audit_logging.py +0 -0
  277. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connection_config_retriever/retrieval.py +0 -0
  278. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connection_config_retriever/secrets_resolution.py +0 -0
  279. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_ops/__init__.py +0 -0
  280. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_ops/utils.py +0 -0
  281. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/README.md +0 -0
  282. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/__init__.py +0 -0
  283. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/__init__.py +0 -0
  284. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/assets.py +0 -0
  285. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/documentation/__init__.py +0 -0
  286. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/documentation/documentation.py +0 -0
  287. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/documentation/helpers.py +0 -0
  288. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/documentation/models.py +0 -0
  289. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/documentation/templates/documentation_headers_check_description.md.j2 +0 -0
  290. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/documentation/templates/section_content_description.md.j2 +0 -0
  291. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/documentation/templates/template.md.j2 +0 -0
  292. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/metadata.py +0 -0
  293. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/packaging.py +0 -0
  294. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/security.py +0 -0
  295. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/checks/version.py +0 -0
  296. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/consts.py +0 -0
  297. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/models.py +0 -0
  298. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/templates/__init__.py +0 -0
  299. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/templates/qa_checks.md.j2 +0 -0
  300. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/connector_qa/utils.py +0 -0
  301. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/constants.py +0 -0
  302. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/docker_hub.py +0 -0
  303. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/gcp_auth.py +0 -0
  304. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/gcp_logs/__init__.py +0 -0
  305. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/gcp_logs/error_lookup.py +0 -0
  306. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/github_actions.py +0 -0
  307. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/github_api.py +0 -0
  308. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/__init__.py +0 -0
  309. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/_guidance.py +0 -0
  310. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/cloud_connector_versions.py +0 -0
  311. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/connector_analysis.py +0 -0
  312. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/connector_qa.py +0 -0
  313. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/gcp_logs.py +0 -0
  314. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/github_actions.py +0 -0
  315. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/github_repo_ops.py +0 -0
  316. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/metadata.py +0 -0
  317. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/prerelease.py +0 -0
  318. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/prod_db_queries.py +0 -0
  319. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/prompts.py +0 -0
  320. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/registry.py +0 -0
  321. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/regression_tests.py +0 -0
  322. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/mcp/server.py +0 -0
  323. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/metadata_validator.py +0 -0
  324. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/prod_db_access/__init__.py +0 -0
  325. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/prod_db_access/db_engine.py +0 -0
  326. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/prod_db_access/py.typed +0 -0
  327. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/prod_db_access/queries.py +0 -0
  328. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/prod_db_access/sql.py +0 -0
  329. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/py.typed +0 -0
  330. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/registry/__init__.py +0 -0
  331. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/registry/models.py +0 -0
  332. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/registry/publish.py +0 -0
  333. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/__init__.py +0 -0
  334. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/cdk_secrets.py +0 -0
  335. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/ci_output.py +0 -0
  336. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/commons/__init__.py +0 -0
  337. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/config.py +0 -0
  338. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/connection_fetcher.py +0 -0
  339. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/connection_secret_retriever.py +0 -0
  340. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/connector_runner.py +0 -0
  341. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/evaluation_modes.py +0 -0
  342. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/http_metrics.py +0 -0
  343. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/message_cache/__init__.py +0 -0
  344. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/message_cache/duckdb_cache.py +0 -0
  345. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/models.py +0 -0
  346. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/obfuscation.py +0 -0
  347. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/regression/__init__.py +0 -0
  348. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/regression/comparators.py +0 -0
  349. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/schema_generation.py +0 -0
  350. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/validation/__init__.py +0 -0
  351. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/validation/catalog_validators.py +0 -0
  352. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/regression_tests/validation/record_validators.py +0 -0
  353. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/src/airbyte_ops_mcp/telemetry.py +0 -0
  354. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/__init__.py +0 -0
  355. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_erd_generator/__init__.py +0 -0
  356. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_erd_generator/builder.py +0 -0
  357. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_erd_generator/test_dbml_assembler.py +0 -0
  358. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_erd_generator/test_relationships.py +0 -0
  359. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_ops/conftest.py +0 -0
  360. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/bad-header.md +0 -0
  361. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/bad-title.md +0 -0
  362. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/extra-header.md +0 -0
  363. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/missing-entry.md +0 -0
  364. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/out-of-order.md +0 -0
  365. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_ops/test_utils.py +0 -0
  366. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/__init__.py +0 -0
  367. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/conftest.py +0 -0
  368. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/integration_tests/__init__.py +0 -0
  369. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/integration_tests/test_documentation.py +0 -0
  370. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/__init__.py +0 -0
  371. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/__init__.py +0 -0
  372. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/correct.md +0 -0
  373. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/incorrect_not_all_structure.md +0 -0
  374. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/invalid_links.md +0 -0
  375. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_assets.py +0 -0
  376. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_documentation.py +0 -0
  377. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_metadata.py +0 -0
  378. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_packaging.py +0 -0
  379. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_security.py +0 -0
  380. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_version.py +0 -0
  381. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_models.py +0 -0
  382. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/__init__.py +0 -0
  383. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/conftest.py +0 -0
  384. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_actions/test_environments.py +0 -0
  385. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_bases.py +0 -0
  386. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_build_image/__init__.py +0 -0
  387. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_build_image/dummy_build_customization.py +0 -0
  388. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_manifest_only_connectors.py +0 -0
  389. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_python_connectors.py +0 -0
  390. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_steps/test_common.py +0 -0
  391. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/changelog_header_no_newline.md +0 -0
  392. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/changelog_header_no_separator.md +0 -0
  393. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/no_changelog_header.md +0 -0
  394. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/valid_changelog_at_end.md +0 -0
  395. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/valid_changelog_in_middle.md +0 -0
  396. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/changelog_header_no_newline.md +0 -0
  397. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/changelog_header_no_separator.md +0 -0
  398. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_version_date_valid_changelog_at_end.md +0 -0
  399. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_version_date_valid_changelog_in_middle.md +0 -0
  400. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_versions_valid_changelog_at_end.md +0 -0
  401. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_versions_valid_changelog_in_middle.md +0 -0
  402. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/duplicate_entry_valid_changelog_at_end.md +0 -0
  403. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/duplicate_entry_valid_changelog_in_middle.md +0 -0
  404. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/existing_entries_valid_changelog_at_end.md +0 -0
  405. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/existing_entries_valid_changelog_in_middle.md +0 -0
  406. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/no_changelog_header.md +0 -0
  407. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/single_insert_valid_changelog_at_end.md +0 -0
  408. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/single_insert_valid_changelog_in_middle.md +0 -0
  409. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_changelog.py +0 -0
  410. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_cli/__init__.py +0 -0
  411. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_cli/test_click_decorators.py +0 -0
  412. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_commands/__init__.py +0 -0
  413. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_commands/test_groups/__init__.py +0 -0
  414. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_commands/test_groups/test_connectors.py +0 -0
  415. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_dagger/__init__.py +0 -0
  416. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/__init__.py +0 -0
  417. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/test_python/__init__.py +0 -0
  418. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/test_python/test_common.py +0 -0
  419. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_gradle.py +0 -0
  420. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_helpers/__init__.py +0 -0
  421. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/__init__.py +0 -0
  422. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/test_argument_parsing.py +0 -0
  423. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/test_run_steps.py +0 -0
  424. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_pip.py +0 -0
  425. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_utils.py +0 -0
  426. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_models/__init__.py +0 -0
  427. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_models/test_click_pipeline_context.py +0 -0
  428. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_models/test_singleton.py +0 -0
  429. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_poetry/test_poetry_publish.py +0 -0
  430. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_publish.py +0 -0
  431. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_steps/__init__.py +0 -0
  432. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_steps/test_simple_docker_step.py +0 -0
  433. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_steps/test_version_check.py +0 -0
  434. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_tests/__init__.py +0 -0
  435. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_tests/test_common.py +0 -0
  436. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_tests/test_python_connectors.py +0 -0
  437. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/test_upgrade_java_cdk.py +0 -0
  438. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/legacy/airbyte_ci/pipelines/utils.py +0 -0
  439. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/test_airbyte_admin_mcp.py +0 -0
  440. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/test_bump_version.py +0 -0
  441. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/test_cli_registry.py +0 -0
  442. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/test_list_connectors.py +0 -0
  443. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/test_prerelease.py +0 -0
  444. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/tests/test_sentry.py +0 -0
  445. {airbyte_internal_ops-0.7.1 → airbyte_internal_ops-0.8.0}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-internal-ops
3
- Version: 0.7.1
3
+ Version: 0.8.0
4
4
  Summary: MCP and API interfaces that let the agents do the admin work
5
5
  Author-email: Aaron Steers <aj@airbyte.io>
6
6
  Keywords: admin,airbyte,api,mcp
@@ -559,11 +559,12 @@ def run_qa_checks(
559
559
  for connector in connectors:
560
560
  for qa_check in checks_to_run:
561
561
  result = qa_check.run(connector)
562
- status_icon = (
563
- "[green]PASS[/green]"
564
- if result.status == CheckStatus.PASSED
565
- else "[red]FAIL[/red]"
566
- )
562
+ if result.status == CheckStatus.PASSED:
563
+ status_icon = "[green]PASS[/green]"
564
+ elif result.status == CheckStatus.SKIPPED:
565
+ status_icon = "[yellow]🔶 SKIP[/yellow]"
566
+ else:
567
+ status_icon = "[red]❌ FAIL[/red]"
567
568
  console.print(
568
569
  f"{status_icon} {connector.technical_name}: {result.check.name}"
569
570
  )
@@ -25,6 +25,10 @@ from airbyte_ops_mcp.connector_qa.utils import (
25
25
  get_all_connectors_in_directory,
26
26
  remove_strict_encrypt_suffix,
27
27
  )
28
+ from airbyte_ops_mcp.regression_tests.ci_output import (
29
+ is_ci,
30
+ write_github_summary,
31
+ )
28
32
 
29
33
 
30
34
  # HELPERS
@@ -43,6 +47,33 @@ async def run_checks_for_connector(
43
47
  return check_results
44
48
 
45
49
 
50
+ def generate_qa_summary(failed_checks: List[CheckResult]) -> str:
51
+ """Generate a markdown summary of QA check failures for GitHub Actions.
52
+
53
+ Args:
54
+ failed_checks: List of failed check results.
55
+
56
+ Returns:
57
+ Markdown-formatted summary string.
58
+ """
59
+ if not failed_checks:
60
+ return "## ✅ Connector QA Check Results\n\nAll checks passed."
61
+
62
+ lines = [
63
+ "## ❌ Connector QA Check Results",
64
+ "",
65
+ f"**{len(failed_checks)} check(s) failed:**",
66
+ "",
67
+ ]
68
+
69
+ for result in failed_checks:
70
+ lines.append(
71
+ f"- **{result.connector.technical_name}**: {result.check.name} - {result.message}"
72
+ )
73
+
74
+ return "\n".join(lines)
75
+
76
+
46
77
  @click.group
47
78
  async def connectors_qa() -> None:
48
79
  pass
@@ -118,11 +149,17 @@ async def run(
118
149
  if report_path:
119
150
  Report(check_results=all_connector_check_results).write(report_path)
120
151
  click.echo(f"Report written to {report_path}")
152
+
121
153
  failed_checks = [
122
154
  check_result
123
155
  for check_result in all_connector_check_results
124
156
  if check_result.status is CheckStatus.FAILED
125
157
  ]
158
+
159
+ if is_ci():
160
+ summary = generate_qa_summary(failed_checks)
161
+ write_github_summary(summary)
162
+
126
163
  if failed_checks:
127
164
  raise click.ClickException(f"{len(failed_checks)} checks failed")
128
165