airbyte-internal-ops 0.2.1__tar.gz → 0.2.3__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 (558) hide show
  1. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/release-drafter.yml +2 -1
  2. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/autofix-command.yml +2 -3
  3. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/connector-regression-test.yml +1 -1
  4. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/lock-command.yml +2 -3
  5. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/poe-command.yml +2 -3
  6. airbyte_internal_ops-0.2.3/.github/workflows/release-drafter.yml +23 -0
  7. airbyte_internal_ops-0.2.3/.github/workflows/semantic-pr-check.yml +103 -0
  8. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/sentry-apply-command.yml +2 -3
  9. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/slash-command-dispatch.yml +2 -3
  10. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/CONTRIBUTING.md +19 -2
  11. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/PKG-INFO +18 -2
  12. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/README.md +17 -1
  13. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cli/registry.py +117 -1
  14. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/constants.py +61 -1
  15. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/github_actions.py +45 -0
  16. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/prerelease.py +45 -4
  17. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/prod_db_queries.py +293 -50
  18. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/regression_tests.py +47 -76
  19. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/prod_db_access/queries.py +79 -0
  20. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/prod_db_access/sql.py +86 -0
  21. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/test_cli_registry.py +53 -0
  22. airbyte_internal_ops-0.2.3/tests/test_prerelease.py +70 -0
  23. airbyte_internal_ops-0.2.1/.github/workflows/release-drafter.yml +0 -25
  24. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.env.template +0 -0
  25. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/copilot-instructions.md +0 -0
  26. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/dependabot.yml +0 -0
  27. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/pr-welcome-message.md +0 -0
  28. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/format-check.yml +0 -0
  29. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/lint-check.yml +0 -0
  30. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/pdoc_preview.yml +0 -0
  31. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/pdoc_publish.yml +0 -0
  32. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/pr-welcome.yml +0 -0
  33. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/publish.yml +0 -0
  34. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/pytest-fast.yml +0 -0
  35. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/pytest-matrix.yml +0 -0
  36. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/regression-tests-ci.yml +0 -0
  37. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/sentry-preview.yml +0 -0
  38. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/test-connection-retriever.yml +0 -0
  39. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.github/workflows/tk-todo-check.yml +0 -0
  40. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.gitignore +0 -0
  41. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/.mcp.json.template +0 -0
  42. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/bin/test_mcp_tool.py +0 -0
  43. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/bin/test_mcp_tool_http.py +0 -0
  44. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/conftest.py +0 -0
  45. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/docs/.gitignore +0 -0
  46. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/docs/generate.py +0 -0
  47. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/docs/templates/custom.css +0 -0
  48. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/docs/templates/theme.css +0 -0
  49. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/infra/sentry/.gitignore +0 -0
  50. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/infra/sentry/Pulumi.prod.yaml +0 -0
  51. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/infra/sentry/Pulumi.yaml +0 -0
  52. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/infra/sentry/README.md +0 -0
  53. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/infra/sentry/__main__.py +0 -0
  54. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/infra/sentry/docs/CONTRIBUTING.md +0 -0
  55. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/infra/sentry/requirements.txt +0 -0
  56. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/poe_tasks.toml +0 -0
  57. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/pyproject.toml +0 -0
  58. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/pyrefly.toml +0 -0
  59. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/pytest.ini +0 -0
  60. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/ruff.toml +0 -0
  61. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/__init__.py +0 -0
  62. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_annotations.py +0 -0
  63. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/__init__.py +0 -0
  64. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/README.md +0 -0
  65. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/README.md +0 -0
  66. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/__init__.py +0 -0
  67. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/dbml_assembler.py +0 -0
  68. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/erd_service.py +0 -0
  69. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_erd_generator/relationships.py +0 -0
  70. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/README.md +0 -0
  71. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/__init__.py +0 -0
  72. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/cli.py +0 -0
  73. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/hacks.py +0 -0
  74. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/insights.py +0 -0
  75. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/models.py +0 -0
  76. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/pylint.py +0 -0
  77. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/pylint_plugins/cdk_deprecation_checkers.py +0 -0
  78. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/result_backends.py +0 -0
  79. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_insights/utils.py +0 -0
  80. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/.gitignore +0 -0
  81. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/README.md +0 -0
  82. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/__init__.py +0 -0
  83. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/__init__.py +0 -0
  84. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/__init__.py +0 -0
  85. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/base_backend.py +0 -0
  86. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/duckdb_backend.py +0 -0
  87. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/backends/file_backend.py +0 -0
  88. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/connection_objects_retrieval.py +0 -0
  89. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/connector_runner.py +0 -0
  90. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/errors.py +0 -0
  91. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/evaluation_modes.py +0 -0
  92. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/hacks.py +0 -0
  93. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/json_schema_helper.py +0 -0
  94. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/mitm_addons.py +0 -0
  95. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/models.py +0 -0
  96. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/proxy.py +0 -0
  97. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/secret_access.py +0 -0
  98. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/segment_tracking.py +0 -0
  99. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/commons/utils.py +0 -0
  100. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/conftest.py.disabled +0 -0
  101. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/consts.py +0 -0
  102. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/poetry.lock +0 -0
  103. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/pytest.ini +0 -0
  104. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/__init__.py +0 -0
  105. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_check.py +0 -0
  106. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_discover.py +0 -0
  107. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_read.py +0 -0
  108. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/regression_tests/test_spec.py +0 -0
  109. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/report.py +0 -0
  110. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/stash_keys.py +0 -0
  111. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/__init__.py +0 -0
  112. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/private_details.html.j2 +0 -0
  113. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/templates/report.html.j2 +0 -0
  114. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/utils.py +0 -0
  115. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/__init__.py +0 -0
  116. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_check.py +0 -0
  117. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_discover.py +0 -0
  118. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_read.py +0 -0
  119. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_live_tests/validation_tests/test_spec.py +0 -0
  120. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/README.md +0 -0
  121. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/__init__.py +0 -0
  122. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_ops/utils.py +0 -0
  123. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/README.md +0 -0
  124. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/__init__.py +0 -0
  125. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/connector/hooks.py +0 -0
  126. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/connector/normalization.py +0 -0
  127. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/common.py +0 -0
  128. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/pipx.py +0 -0
  129. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/python/poetry.py +0 -0
  130. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/remote_storage.py +0 -0
  131. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/secrets.py +0 -0
  132. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/system/common.py +0 -0
  133. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/actions/system/docker.py +0 -0
  134. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/git.py +0 -0
  135. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/internal_tools.py +0 -0
  136. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/java.py +0 -0
  137. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger/containers/python.py +0 -0
  138. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/__init__.py +0 -0
  139. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/cache_keys.py +0 -0
  140. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/cli.py +0 -0
  141. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/__init__.py +0 -0
  142. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/cdk_helpers.py +0 -0
  143. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/command.py +0 -0
  144. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/dagger_fs.py +0 -0
  145. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/format.py +0 -0
  146. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/modifed.py +0 -0
  147. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/connectors/yaml.py +0 -0
  148. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/__init__.py +0 -0
  149. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/argument_parsing.py +0 -0
  150. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/execution/run_steps.py +0 -0
  151. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/gcs.py +0 -0
  152. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/git.py +0 -0
  153. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/github.py +0 -0
  154. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/pip.py +0 -0
  155. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/sentry_utils.py +0 -0
  156. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/slack.py +0 -0
  157. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/DELETEME-dagger-helpers/utils.py +0 -0
  158. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/README.md +0 -0
  159. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/__init__.py +0 -0
  160. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/__init__.py +0 -0
  161. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/__init__.py +0 -0
  162. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/__init__.py +0 -0
  163. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/commands.py +0 -0
  164. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/pipeline.py +0 -0
  165. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/__init__.py +0 -0
  166. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/build_customization.py +0 -0
  167. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/common.py +0 -0
  168. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/java_connectors.py +0 -0
  169. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/manifest_only_connectors.py +0 -0
  170. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/normalization.py +0 -0
  171. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/build_image/steps/python_connectors.py +0 -0
  172. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/commands.py +0 -0
  173. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/consts.py +0 -0
  174. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/context.py +0 -0
  175. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/__init__.py +0 -0
  176. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/commands.py +0 -0
  177. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/generate_erd/pipeline.py +0 -0
  178. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/list/__init__.py +0 -0
  179. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/list/commands.py +0 -0
  180. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/__init__.py +0 -0
  181. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/commands.py +0 -0
  182. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/migrate_to_inline_schemas/pipeline.py +0 -0
  183. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pipeline.py +0 -0
  184. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/__init__.py +0 -0
  185. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/commands.py +0 -0
  186. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/pull_request/pipeline.py +0 -0
  187. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/reports.py +0 -0
  188. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/__init__.py +0 -0
  189. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/commands.py +0 -0
  190. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/context.py +0 -0
  191. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/pipeline.py +0 -0
  192. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/__init__.py +0 -0
  193. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/common.py +0 -0
  194. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/java_connectors.py +0 -0
  195. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/manifest_only_connectors.py +0 -0
  196. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/python_connectors.py +0 -0
  197. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/test/steps/templates/test_report.html.j2 +0 -0
  198. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/__init__.py +0 -0
  199. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/commands.py +0 -0
  200. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/pipeline.py +0 -0
  201. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/up_to_date/steps.py +0 -0
  202. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/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
  203. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/__init__.py +0 -0
  204. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/commands.py +0 -0
  205. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/connectors/upgrade_cdk/pipeline.py +0 -0
  206. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/__init__.py +0 -0
  207. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/commands.py +0 -0
  208. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/metadata/pipeline.py +0 -0
  209. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/__init__.py +0 -0
  210. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/poetry/commands.py +0 -0
  211. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/__init__.py +0 -0
  212. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/base_image.py +0 -0
  213. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/docker.py +0 -0
  214. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/gradle.py +0 -0
  215. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/no_op.py +0 -0
  216. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/poetry.py +0 -0
  217. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/steps/pull_request.py +0 -0
  218. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/__init__.py +0 -0
  219. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/commands.py +0 -0
  220. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/models.py +0 -0
  221. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/test/pipeline.py +0 -0
  222. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/update/__init__.py +0 -0
  223. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/airbyte_ci/update/commands.py +0 -0
  224. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/airbyte_ci.py +0 -0
  225. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/auto_update.py +0 -0
  226. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/click_decorators.py +0 -0
  227. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/confirm_prompt.py +0 -0
  228. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/dagger_pipeline_command.py +0 -0
  229. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/dagger_run.py +0 -0
  230. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/ensure_repo_root.py +0 -0
  231. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/lazy_group.py +0 -0
  232. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/secrets.py +0 -0
  233. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/cli/telemetry.py +0 -0
  234. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/consts.py +0 -0
  235. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/hacks.py +0 -0
  236. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/__init__.py +0 -0
  237. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/artifacts.py +0 -0
  238. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/ci_requirements.py +0 -0
  239. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/__init__.py +0 -0
  240. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/click_pipeline_context.py +0 -0
  241. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/contexts/pipeline_context.py +0 -0
  242. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/reports.py +0 -0
  243. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/secrets.py +0 -0
  244. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/singleton.py +0 -0
  245. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_pipelines/models/steps.py +0 -0
  246. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/README.md +0 -0
  247. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/__init__.py +0 -0
  248. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/__init__.py +0 -0
  249. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/assets.py +0 -0
  250. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/__init__.py +0 -0
  251. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/documentation.py +0 -0
  252. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/helpers.py +0 -0
  253. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/models.py +0 -0
  254. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/documentation_headers_check_description.md.j2 +0 -0
  255. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/section_content_description.md.j2 +0 -0
  256. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/documentation/templates/template.md.j2 +0 -0
  257. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/metadata.py +0 -0
  258. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/packaging.py +0 -0
  259. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/security.py +0 -0
  260. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/checks/version.py +0 -0
  261. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/cli.py +0 -0
  262. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/consts.py +0 -0
  263. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/models.py +0 -0
  264. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/templates/__init__.py +0 -0
  265. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/templates/qa_checks.md.j2 +0 -0
  266. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/connector_qa/utils.py +0 -0
  267. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/README.md +0 -0
  268. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/bin/bundle-schemas.js +0 -0
  269. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/bin/generate-metadata-models.sh +0 -0
  270. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ActorDefinitionResourceRequirements.py +0 -0
  271. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/AirbyteInternal.py +0 -0
  272. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/AllowedHosts.py +0 -0
  273. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorBreakingChanges.py +0 -0
  274. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorBuildOptions.py +0 -0
  275. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorIPCOptions.py +0 -0
  276. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetadataDefinitionV0.json +0 -0
  277. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetadataDefinitionV0.py +0 -0
  278. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorMetrics.py +0 -0
  279. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorPackageInfo.py +0 -0
  280. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryDestinationDefinition.py +0 -0
  281. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryReleases.py +0 -0
  282. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistrySourceDefinition.py +0 -0
  283. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorRegistryV0.py +0 -0
  284. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorReleases.py +0 -0
  285. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ConnectorTestSuiteOptions.py +0 -0
  286. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/GeneratedFields.py +0 -0
  287. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/GitInfo.py +0 -0
  288. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/JobType.py +0 -0
  289. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/NormalizationDestinationDefinitionConfig.py +0 -0
  290. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RegistryOverrides.py +0 -0
  291. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ReleaseStage.py +0 -0
  292. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RemoteRegistries.py +0 -0
  293. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/ResourceRequirements.py +0 -0
  294. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/RolloutConfiguration.py +0 -0
  295. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/Secret.py +0 -0
  296. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SecretStore.py +0 -0
  297. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SourceFileInfo.py +0 -0
  298. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SuggestedStreams.py +0 -0
  299. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/SupportLevel.py +0 -0
  300. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/TestConnections.py +0 -0
  301. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/__init__.py +0 -0
  302. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/generated/airbyte-connector-metadata-schema.json +0 -0
  303. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ActorDefinitionResourceRequirements.yaml +0 -0
  304. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/AirbyteInternal.yaml +0 -0
  305. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/AllowedHosts.yaml +0 -0
  306. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorBreakingChanges.yaml +0 -0
  307. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorBuildOptions.yaml +0 -0
  308. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorIPCOptions.yaml +0 -0
  309. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorMetadataDefinitionV0.yaml +0 -0
  310. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorMetrics.yaml +0 -0
  311. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorPackageInfo.yaml +0 -0
  312. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryDestinationDefinition.yaml +0 -0
  313. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryReleases.yaml +0 -0
  314. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistrySourceDefinition.yaml +0 -0
  315. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorRegistryV0.yaml +0 -0
  316. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorReleases.yaml +0 -0
  317. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ConnectorTestSuiteOptions.yaml +0 -0
  318. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/GeneratedFields.yaml +0 -0
  319. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/GitInfo.yaml +0 -0
  320. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/JobType.yaml +0 -0
  321. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/NormalizationDestinationDefinitionConfig.yaml +0 -0
  322. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RegistryOverrides.yaml +0 -0
  323. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ReleaseStage.yaml +0 -0
  324. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RemoteRegistries.yaml +0 -0
  325. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/ResourceRequirements.yaml +0 -0
  326. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/RolloutConfiguration.yaml +0 -0
  327. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/Secret.yaml +0 -0
  328. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SecretStore.yaml +0 -0
  329. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SourceFileInfo.yaml +0 -0
  330. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SuggestedStreams.yaml +0 -0
  331. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/SupportLevel.yaml +0 -0
  332. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/models/TestConnections.yaml +0 -0
  333. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/package-lock.json +0 -0
  334. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/package.json +0 -0
  335. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_models/transform.py +0 -0
  336. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/README.md +0 -0
  337. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/commands.py +0 -0
  338. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/constants.py +0 -0
  339. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/docker_hub.py +0 -0
  340. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/docs/external_documentation_urls.md +0 -0
  341. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/gcs_upload.py +0 -0
  342. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/files.py +0 -0
  343. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/gcs.py +0 -0
  344. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/object_helpers.py +0 -0
  345. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/helpers/slack.py +0 -0
  346. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/.env.template +0 -0
  347. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/README.md +0 -0
  348. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/dagster_cloud.yaml +0 -0
  349. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/__init__.py +0 -0
  350. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/connector_metrics.py +0 -0
  351. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/github.py +0 -0
  352. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/metadata.py +0 -0
  353. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry.py +0 -0
  354. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry_entry.py +0 -0
  355. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/registry_report.py +0 -0
  356. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/slack.py +0 -0
  357. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/assets/specs_secrets_mask.py +0 -0
  358. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/config.py +0 -0
  359. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/fetcher/connector_cdk_version.py +0 -0
  360. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/hacks.py +0 -0
  361. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/jobs/registry.py +0 -0
  362. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/logging/publish_connector_lifecycle.py +0 -0
  363. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/logging/sentry.py +0 -0
  364. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/models/ci_report.py +0 -0
  365. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/models/metadata.py +0 -0
  366. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/ops/slack.py +0 -0
  367. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/file_managers/local_file_manager.py +0 -0
  368. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/gcp.py +0 -0
  369. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/github.py +0 -0
  370. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/resources/local.py +0 -0
  371. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/gcs.py +0 -0
  372. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/github.py +0 -0
  373. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/sensors/registry.py +0 -0
  374. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/base.html +0 -0
  375. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/connector_registry_locations.html +0 -0
  376. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/templates/render.py +0 -0
  377. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/blob_helpers.py +0 -0
  378. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/dagster_helpers.py +0 -0
  379. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/orchestrator/utils/object_helpers.py +0 -0
  380. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/poetry.lock +0 -0
  381. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/__init__.py +0 -0
  382. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/conftest.py.disabled +0 -0
  383. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/__init__.py +0 -0
  384. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/cloud_registry.json +0 -0
  385. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/fixtures/oss_registry.json +0 -0
  386. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_connector_metrics.py +0 -0
  387. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_dagster_helpers.py +0 -0
  388. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_debug.py +0 -0
  389. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_partition_jobs.py +0 -0
  390. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_registry.py +0 -0
  391. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/orchestrator/tests/test_specs_secrets_mask.py +0 -0
  392. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry.py +0 -0
  393. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry_entry.py +0 -0
  394. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/registry_report.py +0 -0
  395. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/sentry.py +0 -0
  396. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/spec_cache.py +0 -0
  397. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/specs_secrets_mask.py +0 -0
  398. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/stale_metadata_report.py +0 -0
  399. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/base.html +0 -0
  400. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/connector_registry_locations.html +0 -0
  401. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/templates/render.py +0 -0
  402. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/_legacy/airbyte_ci/metadata_service/validators/metadata_validator.py +0 -0
  403. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/airbyte_repo/__init__.py +0 -0
  404. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/airbyte_repo/bump_version.py +0 -0
  405. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/airbyte_repo/list_connectors.py +0 -0
  406. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/airbyte_repo/utils.py +0 -0
  407. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cli/__init__.py +0 -0
  408. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cli/_base.py +0 -0
  409. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cli/_shared.py +0 -0
  410. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cli/app.py +0 -0
  411. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cli/cloud.py +0 -0
  412. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cli/gh.py +0 -0
  413. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cli/repo.py +0 -0
  414. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cloud_admin/__init__.py +0 -0
  415. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cloud_admin/api_client.py +0 -0
  416. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cloud_admin/auth.py +0 -0
  417. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cloud_admin/connection_config.py +0 -0
  418. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/cloud_admin/models.py +0 -0
  419. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/connection_config_retriever/__init__.py +0 -0
  420. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/connection_config_retriever/audit_logging.py +0 -0
  421. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/connection_config_retriever/retrieval.py +0 -0
  422. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/connection_config_retriever/secrets_resolution.py +0 -0
  423. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/gcp_auth.py +0 -0
  424. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/__init__.py +0 -0
  425. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/_guidance.py +0 -0
  426. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/_http_headers.py +0 -0
  427. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/_mcp_utils.py +0 -0
  428. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/cloud_connector_versions.py +0 -0
  429. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/connector_analysis.py +0 -0
  430. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/connector_qa.py +0 -0
  431. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/github.py +0 -0
  432. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/github_repo_ops.py +0 -0
  433. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/metadata.py +0 -0
  434. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/prompts.py +0 -0
  435. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/registry.py +0 -0
  436. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/server.py +0 -0
  437. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/mcp/server_info.py +0 -0
  438. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/prod_db_access/__init__.py +0 -0
  439. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/prod_db_access/db_engine.py +0 -0
  440. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/prod_db_access/py.typed +0 -0
  441. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/py.typed +0 -0
  442. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/registry/__init__.py +0 -0
  443. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/registry/models.py +0 -0
  444. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/registry/publish.py +0 -0
  445. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/__init__.py +0 -0
  446. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/cdk_secrets.py +0 -0
  447. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/ci_output.py +0 -0
  448. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/commons/__init__.py +0 -0
  449. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/config.py +0 -0
  450. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/connection_fetcher.py +0 -0
  451. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/connection_secret_retriever.py +0 -0
  452. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/connector_runner.py +0 -0
  453. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/evaluation_modes.py +0 -0
  454. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/http_metrics.py +0 -0
  455. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/message_cache/__init__.py +0 -0
  456. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/message_cache/duckdb_cache.py +0 -0
  457. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/models.py +0 -0
  458. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/obfuscation.py +0 -0
  459. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/regression/__init__.py +0 -0
  460. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/regression/comparators.py +0 -0
  461. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/schema_generation.py +0 -0
  462. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/validation/__init__.py +0 -0
  463. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/validation/catalog_validators.py +0 -0
  464. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/src/airbyte_ops_mcp/regression_tests/validation/record_validators.py +0 -0
  465. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/__init__.py +0 -0
  466. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_erd_generator/__init__.py +0 -0
  467. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_erd_generator/builder.py +0 -0
  468. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_erd_generator/test_dbml_assembler.py +0 -0
  469. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_erd_generator/test_relationships.py +0 -0
  470. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_live_tests/__init__.py +0 -0
  471. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_live_tests/backends/__init__.py +0 -0
  472. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_live_tests/backends/test_file_backend.py +0 -0
  473. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_live_tests/test_get_connection_objects_retrieval.py +0 -0
  474. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_live_tests/test_json_schema_helper.py +0 -0
  475. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_ops/conftest.py +0 -0
  476. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/bad-header.md +0 -0
  477. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/bad-title.md +0 -0
  478. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/extra-header.md +0 -0
  479. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/missing-entry.md +0 -0
  480. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_ops/test_migration_files/out-of-order.md +0 -0
  481. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_ops/test_utils.py +0 -0
  482. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/__init__.py +0 -0
  483. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/conftest.py +0 -0
  484. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/integration_tests/__init__.py +0 -0
  485. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/integration_tests/test_documentation.py +0 -0
  486. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/__init__.py +0 -0
  487. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/__init__.py +0 -0
  488. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/correct.md +0 -0
  489. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/incorrect_not_all_structure.md +0 -0
  490. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/data/docs/invalid_links.md +0 -0
  491. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_assets.py +0 -0
  492. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_documentation.py +0 -0
  493. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_metadata.py +0 -0
  494. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_packaging.py +0 -0
  495. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_security.py +0 -0
  496. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_checks/test_version.py +0 -0
  497. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/connector_qa/unit_tests/test_models.py +0 -0
  498. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/__init__.py +0 -0
  499. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/conftest.py +0 -0
  500. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_actions/test_environments.py +0 -0
  501. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_bases.py +0 -0
  502. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_build_image/__init__.py +0 -0
  503. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_build_image/dummy_build_customization.py +0 -0
  504. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_manifest_only_connectors.py +0 -0
  505. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_python_connectors.py +0 -0
  506. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_build_image/test_steps/test_common.py +0 -0
  507. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/changelog_header_no_newline.md +0 -0
  508. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/changelog_header_no_separator.md +0 -0
  509. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/no_changelog_header.md +0 -0
  510. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/valid_changelog_at_end.md +0 -0
  511. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/initial_files/valid_changelog_in_middle.md +0 -0
  512. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/changelog_header_no_newline.md +0 -0
  513. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/changelog_header_no_separator.md +0 -0
  514. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_version_date_valid_changelog_at_end.md +0 -0
  515. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_version_date_valid_changelog_in_middle.md +0 -0
  516. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_versions_valid_changelog_at_end.md +0 -0
  517. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/dupicate_versions_valid_changelog_in_middle.md +0 -0
  518. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/duplicate_entry_valid_changelog_at_end.md +0 -0
  519. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/duplicate_entry_valid_changelog_in_middle.md +0 -0
  520. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/existing_entries_valid_changelog_at_end.md +0 -0
  521. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/existing_entries_valid_changelog_in_middle.md +0 -0
  522. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/no_changelog_header.md +0 -0
  523. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/single_insert_valid_changelog_at_end.md +0 -0
  524. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog/result_files/single_insert_valid_changelog_in_middle.md +0 -0
  525. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_changelog.py +0 -0
  526. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_cli/__init__.py +0 -0
  527. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_cli/test_click_decorators.py +0 -0
  528. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_commands/__init__.py +0 -0
  529. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_commands/test_groups/__init__.py +0 -0
  530. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_commands/test_groups/test_connectors.py +0 -0
  531. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_dagger/__init__.py +0 -0
  532. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/__init__.py +0 -0
  533. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/test_python/__init__.py +0 -0
  534. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_dagger/test_actions/test_python/test_common.py +0 -0
  535. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_gradle.py +0 -0
  536. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_helpers/__init__.py +0 -0
  537. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/__init__.py +0 -0
  538. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/test_argument_parsing.py +0 -0
  539. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_execution/test_run_steps.py +0 -0
  540. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_pip.py +0 -0
  541. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_helpers/test_utils.py +0 -0
  542. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_models/__init__.py +0 -0
  543. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_models/test_click_pipeline_context.py +0 -0
  544. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_models/test_singleton.py +0 -0
  545. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_poetry/test_poetry_publish.py +0 -0
  546. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_publish.py +0 -0
  547. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_steps/__init__.py +0 -0
  548. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_steps/test_simple_docker_step.py +0 -0
  549. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_steps/test_version_check.py +0 -0
  550. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_tests/__init__.py +0 -0
  551. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_tests/test_common.py +0 -0
  552. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_tests/test_python_connectors.py +0 -0
  553. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/test_upgrade_java_cdk.py +0 -0
  554. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/legacy/airbyte_ci/pipelines/utils.py +0 -0
  555. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/test_airbyte_admin_mcp.py +0 -0
  556. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/test_bump_version.py +0 -0
  557. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/tests/test_list_connectors.py +0 -0
  558. {airbyte_internal_ops-0.2.1 → airbyte_internal_ops-0.2.3}/uv.lock +0 -0
@@ -64,4 +64,5 @@ autolabeler:
64
64
  - '/^build\(deps\)\:/i'
65
65
  - label: "breaking"
66
66
  title:
67
- - '/!:\s*$/i'
67
+ # Match conventional commit breaking change syntax: feat!: or fix!: etc.
68
+ - '/^[a-zA-Z]+(\([^)]+\))?!:/i'
@@ -20,10 +20,9 @@ jobs:
20
20
  run-autofix-command:
21
21
  runs-on: ubuntu-latest
22
22
  steps:
23
- - name: Authenticate as GitHub App (if available)
23
+ - name: Authenticate as GitHub App
24
24
  uses: actions/create-github-app-token@v2
25
25
  id: get-app-token
26
- continue-on-error: true
27
26
  with:
28
27
  app-id: ${{ secrets.OCTAVIA_BOT_APP_ID }}
29
28
  private-key: ${{ secrets.OCTAVIA_BOT_PRIVATE_KEY }}
@@ -33,5 +32,5 @@ jobs:
33
32
  with:
34
33
  pr: ${{ github.event.inputs.pr }}
35
34
  comment-id: ${{ github.event.inputs.comment-id }}
36
- github-token: ${{ steps.get-app-token.outputs.token || secrets.GITHUB_TOKEN }}
35
+ github-token: ${{ steps.get-app-token.outputs.token }}
37
36
  command: autofix
@@ -175,7 +175,7 @@ jobs:
175
175
  ARGS+=(--skip-compare)
176
176
 
177
177
  if [ -n "${{ inputs.override_test_image }}" ]; then
178
- ARGS+=(--connector-image "${{ inputs.override_test_image }}")
178
+ ARGS+=(--test-image "${{ inputs.override_test_image }}")
179
179
  fi
180
180
  else
181
181
  # Comparison mode (default): run target vs control
@@ -20,10 +20,9 @@ jobs:
20
20
  run-lock-command:
21
21
  runs-on: ubuntu-latest
22
22
  steps:
23
- - name: Authenticate as GitHub App (if available)
23
+ - name: Authenticate as GitHub App
24
24
  uses: actions/create-github-app-token@v2
25
25
  id: get-app-token
26
- continue-on-error: true
27
26
  with:
28
27
  app-id: ${{ secrets.OCTAVIA_BOT_APP_ID }}
29
28
  private-key: ${{ secrets.OCTAVIA_BOT_PRIVATE_KEY }}
@@ -33,5 +32,5 @@ jobs:
33
32
  with:
34
33
  pr: ${{ github.event.inputs.pr }}
35
34
  comment-id: ${{ github.event.inputs.comment-id }}
36
- github-token: ${{ steps.get-app-token.outputs.token || secrets.GITHUB_TOKEN }}
35
+ github-token: ${{ steps.get-app-token.outputs.token }}
37
36
  command: lock
@@ -18,10 +18,9 @@ jobs:
18
18
  run-poe-command:
19
19
  runs-on: ubuntu-latest
20
20
  steps:
21
- - name: Authenticate as GitHub App (if available)
21
+ - name: Authenticate as GitHub App
22
22
  uses: actions/create-github-app-token@v2
23
23
  id: get-app-token
24
- continue-on-error: true
25
24
  with:
26
25
  app-id: ${{ secrets.OCTAVIA_BOT_APP_ID }}
27
26
  private-key: ${{ secrets.OCTAVIA_BOT_PRIVATE_KEY }}
@@ -31,4 +30,4 @@ jobs:
31
30
  with:
32
31
  pr: ${{ github.event.inputs.pr }}
33
32
  comment-id: ${{ github.event.inputs.comment-id }}
34
- github-token: ${{ steps.get-app-token.outputs.token || secrets.GITHUB_TOKEN }}
33
+ github-token: ${{ steps.get-app-token.outputs.token }}
@@ -0,0 +1,23 @@
1
+ name: Release Drafter
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+
8
+ concurrency:
9
+ group: release-drafter
10
+ cancel-in-progress: false
11
+
12
+ jobs:
13
+ update_release_draft:
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - uses: release-drafter/release-drafter@v6.0.0
20
+ with:
21
+ config-name: release-drafter.yml
22
+ env:
23
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -0,0 +1,103 @@
1
+ # Semantic PR Title Validation
2
+ #
3
+ # This workflow validates PR titles follow conventional commit format and applies
4
+ # labels automatically based on the title.
5
+ #
6
+ # Jobs:
7
+ # 1. validate-pr-title - Ensures PR titles follow semantic format (feat:, fix:, etc.)
8
+ # 2. autolabel - Uses Release Drafter's autolabeler to apply labels based on title
9
+ # (e.g., "feat:" -> enhancement -> minor, "fix:" -> bug -> patch)
10
+ #
11
+ # Note: The autolabeler uses the same release-drafter.yml config but only applies
12
+ # labels when triggered from PR events (it doesn't create/update draft releases).
13
+
14
+ name: Semantic PR Title Validation
15
+
16
+ on:
17
+ pull_request:
18
+ types: [opened, edited, ready_for_review]
19
+
20
+ permissions:
21
+ contents: read
22
+ pull-requests: write
23
+
24
+ jobs:
25
+ autolabel:
26
+ name: Auto-label PR
27
+ # Apply labels based on PR title using Release Drafter's autolabeler.
28
+ # Skip if 'edited' event but the title wasn't changed (e.g., only description was edited).
29
+ # Skipping unnecessary runs reduces unlabel-relabel spam on the PR.
30
+ # Some notification triggers run upon label additions, so this also prevents notification spam.
31
+ if: >
32
+ github.event.action != 'edited'
33
+ || (
34
+ github.event.changes.title &&
35
+ github.event.changes.title.from != ''
36
+ )
37
+ runs-on: ubuntu-latest
38
+ steps:
39
+ # Remove title-derived labels first to make autolabeler idempotent
40
+ # (e.g., if PR title changes from "fix:" to "ci:", remove old "bug" label)
41
+ - name: Remove title-derived labels
42
+ uses: actions-ecosystem/action-remove-labels@v1
43
+ with:
44
+ labels: |
45
+ bug
46
+ enhancement
47
+ chore
48
+ ci
49
+ docs
50
+ testing
51
+ security
52
+ dependencies
53
+ breaking
54
+
55
+ # Run release-drafter with disable-releaser to only apply labels (not create releases)
56
+ - uses: release-drafter/release-drafter@v6
57
+ with:
58
+ config-name: release-drafter.yml
59
+ disable-releaser: true
60
+ env:
61
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
+
63
+ validate-pr-title:
64
+ name: Validate PR Title
65
+ # Skip if 'edited' event but the title wasn't changed (e.g., only description was edited)
66
+ if: >
67
+ github.event.action != 'edited'
68
+ || (
69
+ github.event.changes.title &&
70
+ github.event.changes.title.from != ''
71
+ )
72
+ runs-on: ubuntu-latest
73
+ steps:
74
+ - name: Check semantic PR title
75
+ uses: amannn/action-semantic-pull-request@v5
76
+ if: ${{ github.event.pull_request.draft == false }}
77
+ env:
78
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79
+ with:
80
+ # Configure which types are allowed (newline-delimited).
81
+ # Comparison is case-insensitive, so only lowercase variants are needed.
82
+ # See: https://github.com/commitizen/conventional-commit-types/blob/master/index.json
83
+ types: |
84
+ fix
85
+ feat
86
+ docs
87
+ ci
88
+ chore
89
+ build
90
+ test
91
+ refactor
92
+ perf
93
+ style
94
+
95
+ - name: Check for "do not merge" in PR title
96
+ if: ${{ github.event.pull_request.draft == false }}
97
+ uses: actions/github-script@v7
98
+ with:
99
+ script: |
100
+ const title = context.payload.pull_request.title.toLowerCase();
101
+ if (title.includes('do not merge') || title.includes('do-not-merge')) {
102
+ core.setFailed('PR title contains "do not merge" or "do-not-merge". Please remove this before merging.');
103
+ }
@@ -73,10 +73,9 @@ jobs:
73
73
  fi
74
74
  working-directory: .
75
75
 
76
- - name: Authenticate as GitHub App (if available)
76
+ - name: Authenticate as GitHub App
77
77
  uses: actions/create-github-app-token@v2
78
78
  id: get-app-token
79
- continue-on-error: true
80
79
  with:
81
80
  app-id: ${{ secrets.OCTAVIA_BOT_APP_ID }}
82
81
  private-key: ${{ secrets.OCTAVIA_BOT_PRIVATE_KEY }}
@@ -108,7 +107,7 @@ jobs:
108
107
  uses: actions/checkout@v4
109
108
  with:
110
109
  ref: ${{ steps.pr-info.outputs.ref || github.ref }}
111
- token: ${{ steps.get-app-token.outputs.token || secrets.GITHUB_TOKEN }}
110
+ token: ${{ steps.get-app-token.outputs.token }}
112
111
 
113
112
  - name: Append comment with job run link
114
113
  if: github.event.inputs.comment-id
@@ -16,10 +16,9 @@ jobs:
16
16
  if: ${{ github.event.issue.pull_request }}
17
17
  runs-on: ubuntu-latest
18
18
  steps:
19
- - name: Authenticate as GitHub App (if available)
19
+ - name: Authenticate as GitHub App
20
20
  uses: actions/create-github-app-token@v2
21
21
  id: get-app-token
22
- continue-on-error: true
23
22
  with:
24
23
  app-id: ${{ secrets.OCTAVIA_BOT_APP_ID }}
25
24
  private-key: ${{ secrets.OCTAVIA_BOT_PRIVATE_KEY }}
@@ -29,7 +28,7 @@ jobs:
29
28
  uses: peter-evans/slash-command-dispatch@v5
30
29
  with:
31
30
  repository: ${{ github.repository }}
32
- token: ${{ steps.get-app-token.outputs.token || secrets.GITHUB_TOKEN }}
31
+ token: ${{ steps.get-app-token.outputs.token }}
33
32
  dispatch-type: workflow
34
33
  issue-type: pull-request
35
34
  commands: |
@@ -99,11 +99,28 @@ gcloud secrets get-iam-policy projects/587336813068/secrets/CONNECTION_RETRIEVER
99
99
 
100
100
  When running outside of the VPC (without Tailscale), use the Cloud SQL Auth Proxy:
101
101
 
102
+ **Option A: Using the CLI (Recommended)**
103
+
104
+ Pre-install the CLI tool:
105
+ ```bash
106
+ uv tool install airbyte-internal-ops
107
+ airbyte-ops cloud db start-proxy --port=5433
108
+ ```
109
+
110
+ Or use as a single-step command:
111
+ ```bash
112
+ uvx --from=airbyte-internal-ops airbyte-ops cloud db start-proxy --port=5433
113
+ ```
114
+
115
+ **Option B: Manual startup**
116
+
102
117
  ```bash
103
- # Start the proxy (use a non-conflicting port if 5432 is in use)
118
+ # Start the proxy on port 5433 (avoids conflicts with default PostgreSQL port 5432)
104
119
  cloud-sql-proxy prod-ab-cloud-proj:us-west3:prod-pgsql-replica --port=5433
120
+ ```
105
121
 
106
- # Set environment variables for your application
122
+ Then set environment variables for your application:
123
+ ```bash
107
124
  export USE_CLOUD_SQL_PROXY=1
108
125
  export DB_PORT=5433
109
126
  export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account-key.json
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-internal-ops
3
- Version: 0.2.1
3
+ Version: 0.2.3
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
@@ -121,7 +121,23 @@ Some tools (like `list_org_connections_by_source_type_db`) require access to the
121
121
  gcloud auth application-default login
122
122
  ```
123
123
 
124
- 2. Start Cloud SQL Proxy:
124
+ 2. Start Cloud SQL Proxy using one of the following methods:
125
+
126
+ **Option A: Using the CLI (Recommended)**
127
+
128
+ Pre-install the CLI tool:
129
+ ```bash
130
+ uv tool install airbyte-internal-ops
131
+ airbyte-ops cloud db start-proxy --port=15432
132
+ ```
133
+
134
+ Or use as a single-step command:
135
+ ```bash
136
+ uvx --from=airbyte-internal-ops airbyte-ops cloud db start-proxy --port=15432
137
+ ```
138
+
139
+ **Option B: Manual startup**
140
+
125
141
  ```bash
126
142
  cloud-sql-proxy prod-ab-cloud-proj:us-west3:prod-pgsql-replica --port=15432
127
143
  ```
@@ -82,7 +82,23 @@ Some tools (like `list_org_connections_by_source_type_db`) require access to the
82
82
  gcloud auth application-default login
83
83
  ```
84
84
 
85
- 2. Start Cloud SQL Proxy:
85
+ 2. Start Cloud SQL Proxy using one of the following methods:
86
+
87
+ **Option A: Using the CLI (Recommended)**
88
+
89
+ Pre-install the CLI tool:
90
+ ```bash
91
+ uv tool install airbyte-internal-ops
92
+ airbyte-ops cloud db start-proxy --port=15432
93
+ ```
94
+
95
+ Or use as a single-step command:
96
+ ```bash
97
+ uvx --from=airbyte-internal-ops airbyte-ops cloud db start-proxy --port=15432
98
+ ```
99
+
100
+ **Option B: Manual startup**
101
+
86
102
  ```bash
87
103
  cloud-sql-proxy prod-ab-cloud-proj:us-west3:prod-pgsql-replica --port=15432
88
104
  ```
@@ -5,6 +5,7 @@ This module provides CLI wrappers for registry operations. The core logic
5
5
  lives in the `airbyte_ops_mcp.registry` capability module.
6
6
 
7
7
  Commands:
8
+ airbyte-ops registry connector compute-prerelease-tag - Compute prerelease version tag
8
9
  airbyte-ops registry connector publish-prerelease - Publish connector prerelease
9
10
  airbyte-ops registry connector publish - Publish connector (apply/rollback version override)
10
11
  airbyte-ops registry image inspect - Inspect Docker image on DockerHub
@@ -12,9 +13,12 @@ Commands:
12
13
 
13
14
  from __future__ import annotations
14
15
 
16
+ import contextlib
17
+ import sys
15
18
  from pathlib import Path
16
19
  from typing import Annotated
17
20
 
21
+ import yaml
18
22
  from cyclopts import App, Parameter
19
23
 
20
24
  from airbyte_ops_mcp.cli._base import app
@@ -24,8 +28,15 @@ from airbyte_ops_mcp.cli._shared import (
24
28
  print_json,
25
29
  print_success,
26
30
  )
31
+ from airbyte_ops_mcp.github_actions import (
32
+ get_file_contents_at_ref,
33
+ resolve_github_token,
34
+ )
27
35
  from airbyte_ops_mcp.mcp.github import get_docker_image_info
28
- from airbyte_ops_mcp.mcp.prerelease import publish_connector_to_airbyte_registry
36
+ from airbyte_ops_mcp.mcp.prerelease import (
37
+ compute_prerelease_docker_image_tag,
38
+ publish_connector_to_airbyte_registry,
39
+ )
29
40
  from airbyte_ops_mcp.registry import (
30
41
  ConnectorPublishResult,
31
42
  PublishAction,
@@ -47,6 +58,111 @@ image_app = App(name="image", help="Docker image operations.")
47
58
  registry_app.command(image_app)
48
59
 
49
60
 
61
+ AIRBYTE_REPO_OWNER = "airbytehq"
62
+ AIRBYTE_REPO_NAME = "airbyte"
63
+ CONNECTOR_PATH_PREFIX = "airbyte-integrations/connectors"
64
+
65
+
66
+ def _get_connector_version_from_github(
67
+ connector_name: str,
68
+ ref: str,
69
+ token: str | None = None,
70
+ ) -> str | None:
71
+ """Fetch connector version from metadata.yaml via GitHub API.
72
+
73
+ Args:
74
+ connector_name: Connector name (e.g., "source-github")
75
+ ref: Git ref (commit SHA, branch name, or tag)
76
+ token: GitHub API token (optional for public repos)
77
+
78
+ Returns:
79
+ Version string from metadata.yaml, or None if not found.
80
+ """
81
+ path = f"{CONNECTOR_PATH_PREFIX}/{connector_name}/metadata.yaml"
82
+ contents = get_file_contents_at_ref(
83
+ owner=AIRBYTE_REPO_OWNER,
84
+ repo=AIRBYTE_REPO_NAME,
85
+ path=path,
86
+ ref=ref,
87
+ token=token,
88
+ )
89
+ if contents is None:
90
+ return None
91
+
92
+ metadata = yaml.safe_load(contents)
93
+ return metadata.get("data", {}).get("dockerImageTag")
94
+
95
+
96
+ @connector_app.command(name="compute-prerelease-tag")
97
+ def compute_prerelease_tag(
98
+ connector_name: Annotated[
99
+ str,
100
+ Parameter(help="Connector name (e.g., 'source-github')."),
101
+ ],
102
+ sha: Annotated[
103
+ str,
104
+ Parameter(help="Git commit SHA (full or at least 7 characters)."),
105
+ ],
106
+ base_version: Annotated[
107
+ str | None,
108
+ Parameter(
109
+ help="Base version override. If not provided, fetched from metadata.yaml at the given SHA."
110
+ ),
111
+ ] = None,
112
+ ) -> None:
113
+ """Compute the pre-release docker image tag.
114
+
115
+ Outputs the version tag to stdout for easy capture in shell scripts.
116
+ This is the single source of truth for pre-release version format.
117
+
118
+ The command fetches the connector's metadata.yaml from GitHub at the given SHA
119
+ to determine the base version. It also compares against the master branch and
120
+ prints a warning to stderr if no version bump is detected.
121
+
122
+ If --base-version is provided, it is used directly instead of fetching from GitHub.
123
+
124
+ Example:
125
+ airbyte-ops registry connector compute-prerelease-tag --connector-name source-github --sha abcdef1234567
126
+ # Output: 1.2.3-preview.abcdef1
127
+
128
+ airbyte-ops registry connector compute-prerelease-tag --connector-name source-github --sha abcdef1234567 --base-version 1.2.3
129
+ # Output: 1.2.3-preview.abcdef1 (uses provided version, skips GitHub API)
130
+ """
131
+ # Try to get a GitHub token (optional, but helps avoid rate limiting)
132
+ # Token resolution may fail if no token is configured, which is fine for public repos
133
+ token: str | None = None
134
+ with contextlib.suppress(ValueError):
135
+ token = resolve_github_token()
136
+
137
+ # Determine base version
138
+ version: str
139
+ if base_version:
140
+ version = base_version
141
+ else:
142
+ # Fetch version from metadata.yaml at the given SHA
143
+ fetched_version = _get_connector_version_from_github(connector_name, sha, token)
144
+ if fetched_version is None:
145
+ print(
146
+ f"Error: Could not fetch metadata.yaml for {connector_name} at ref {sha}",
147
+ file=sys.stderr,
148
+ )
149
+ sys.exit(1)
150
+ version = fetched_version
151
+
152
+ # Compare with master branch version and warn if no bump detected
153
+ master_version = _get_connector_version_from_github(connector_name, "master", token)
154
+ if master_version and master_version == version:
155
+ print(
156
+ f"Warning: No version bump detected for {connector_name}. "
157
+ f"Version {version} matches master branch.",
158
+ file=sys.stderr,
159
+ )
160
+
161
+ # Compute and output the prerelease tag
162
+ tag = compute_prerelease_docker_image_tag(version, sha)
163
+ print(tag)
164
+
165
+
50
166
  @connector_app.command(name="publish-prerelease")
51
167
  def publish_prerelease(
52
168
  connector_name: Annotated[
@@ -3,7 +3,9 @@
3
3
 
4
4
  from __future__ import annotations
5
5
 
6
- from enum import Enum
6
+ from enum import Enum, StrEnum
7
+
8
+ from airbyte.exceptions import PyAirbyteInputError
7
9
 
8
10
  MCP_SERVER_NAME = "airbyte-internal-ops"
9
11
  """The name of the MCP server."""
@@ -59,6 +61,64 @@ CLOUD_REGISTRY_URL = (
59
61
  )
60
62
  """URL for the Airbyte Cloud connector registry."""
61
63
 
64
+ # =============================================================================
65
+ # Organization ID Aliases
66
+ # =============================================================================
67
+
68
+
69
+ class OrganizationAliasEnum(StrEnum):
70
+ """Organization ID aliases that can be used in place of UUIDs.
71
+
72
+ Each member's name is the alias (e.g., "@airbyte-internal") and its value
73
+ is the actual organization UUID. Use `OrganizationAliasEnum.resolve()` to
74
+ resolve aliases to actual IDs.
75
+ """
76
+
77
+ AIRBYTE_INTERNAL = "664c690e-5263-49ba-b01f-4a6759b3330a"
78
+ """The Airbyte internal organization for testing and internal operations.
79
+
80
+ Alias: @airbyte-internal
81
+ """
82
+
83
+ @classmethod
84
+ def resolve(cls, org_id: str | None) -> str | None:
85
+ """Resolve an organization ID alias to its actual UUID.
86
+
87
+ Accepts either an alias string (e.g., "@airbyte-internal") or an
88
+ OrganizationAliasEnum enum member, and returns the actual UUID.
89
+
90
+ Returns:
91
+ The resolved organization ID (UUID), or None if input is None.
92
+ If the input doesn't start with "@", it is returned unchanged.
93
+
94
+ Raises:
95
+ PyAirbyteInputError: If the input starts with "@" but is not a recognized alias.
96
+ """
97
+ if org_id is None:
98
+ return None
99
+
100
+ # Handle OrganizationAliasEnum enum members directly
101
+ if isinstance(org_id, cls):
102
+ return org_id.value
103
+
104
+ # If it doesn't look like an alias, return as-is (assume it's a UUID)
105
+ if not org_id.startswith("@"):
106
+ return org_id
107
+
108
+ # Handle alias strings or raise an error if invalid
109
+ alias_mapping = {
110
+ "@airbyte-internal": cls.AIRBYTE_INTERNAL.value,
111
+ }
112
+ if org_id not in alias_mapping:
113
+ raise PyAirbyteInputError(
114
+ message=f"Unknown organization alias: {org_id}",
115
+ context={
116
+ "valid_aliases": list(alias_mapping.keys()),
117
+ },
118
+ )
119
+ return alias_mapping[org_id]
120
+
121
+
62
122
  CONNECTION_RETRIEVER_PG_CONNECTION_DETAILS_SECRET_ID = (
63
123
  "projects/587336813068/secrets/CONNECTION_RETRIEVER_PG_CONNECTION_DETAILS"
64
124
  )
@@ -106,6 +106,51 @@ class WorkflowJobInfo:
106
106
  """ISO 8601 timestamp when the job completed"""
107
107
 
108
108
 
109
+ def get_file_contents_at_ref(
110
+ owner: str,
111
+ repo: str,
112
+ path: str,
113
+ ref: str,
114
+ token: str | None = None,
115
+ ) -> str | None:
116
+ """Fetch file contents from GitHub at a specific ref.
117
+
118
+ Uses the GitHub Contents API to retrieve file contents at a specific
119
+ commit SHA, branch, or tag. This allows reading files without having
120
+ the repository checked out locally.
121
+
122
+ Args:
123
+ owner: Repository owner (e.g., "airbytehq")
124
+ repo: Repository name (e.g., "airbyte")
125
+ path: Path to the file within the repository
126
+ ref: Git ref (commit SHA, branch name, or tag)
127
+ token: GitHub API token (optional for public repos, but recommended
128
+ to avoid rate limiting)
129
+
130
+ Returns:
131
+ File contents as a string, or None if the file doesn't exist.
132
+
133
+ Raises:
134
+ requests.HTTPError: If API request fails (except 404).
135
+ """
136
+ url = f"{GITHUB_API_BASE}/repos/{owner}/{repo}/contents/{path}"
137
+ headers = {
138
+ "Accept": "application/vnd.github.raw+json",
139
+ "X-GitHub-Api-Version": "2022-11-28",
140
+ }
141
+ if token:
142
+ headers["Authorization"] = f"Bearer {token}"
143
+
144
+ params = {"ref": ref}
145
+
146
+ response = requests.get(url, headers=headers, params=params, timeout=30)
147
+ if response.status_code == 404:
148
+ return None
149
+ response.raise_for_status()
150
+
151
+ return response.text
152
+
153
+
109
154
  def get_workflow_jobs(
110
155
  owner: str,
111
156
  repo: str,