airbyte-internal-ops 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl

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 (36) hide show
  1. {airbyte_internal_ops-0.2.0.dist-info → airbyte_internal_ops-0.2.1.dist-info}/METADATA +2 -2
  2. {airbyte_internal_ops-0.2.0.dist-info → airbyte_internal_ops-0.2.1.dist-info}/RECORD +36 -36
  3. airbyte_ops_mcp/__init__.py +2 -2
  4. airbyte_ops_mcp/cli/cloud.py +207 -306
  5. airbyte_ops_mcp/cloud_admin/api_client.py +51 -26
  6. airbyte_ops_mcp/cloud_admin/connection_config.py +2 -2
  7. airbyte_ops_mcp/github_actions.py +69 -1
  8. airbyte_ops_mcp/mcp/_http_headers.py +56 -0
  9. airbyte_ops_mcp/mcp/_mcp_utils.py +2 -2
  10. airbyte_ops_mcp/mcp/cloud_connector_versions.py +57 -43
  11. airbyte_ops_mcp/mcp/github.py +34 -1
  12. airbyte_ops_mcp/mcp/{live_tests.py → regression_tests.py} +158 -147
  13. airbyte_ops_mcp/mcp/server.py +3 -3
  14. airbyte_ops_mcp/prod_db_access/db_engine.py +7 -11
  15. airbyte_ops_mcp/{live_tests → regression_tests}/__init__.py +3 -3
  16. airbyte_ops_mcp/{live_tests → regression_tests}/cdk_secrets.py +1 -1
  17. airbyte_ops_mcp/{live_tests → regression_tests}/connection_secret_retriever.py +3 -3
  18. airbyte_ops_mcp/{live_tests → regression_tests}/connector_runner.py +1 -1
  19. airbyte_ops_mcp/{live_tests → regression_tests}/message_cache/__init__.py +3 -1
  20. airbyte_ops_mcp/{live_tests → regression_tests}/regression/__init__.py +1 -1
  21. airbyte_ops_mcp/{live_tests → regression_tests}/schema_generation.py +3 -1
  22. airbyte_ops_mcp/{live_tests → regression_tests}/validation/__init__.py +2 -2
  23. airbyte_ops_mcp/{live_tests → regression_tests}/validation/record_validators.py +4 -2
  24. {airbyte_internal_ops-0.2.0.dist-info → airbyte_internal_ops-0.2.1.dist-info}/WHEEL +0 -0
  25. {airbyte_internal_ops-0.2.0.dist-info → airbyte_internal_ops-0.2.1.dist-info}/entry_points.txt +0 -0
  26. /airbyte_ops_mcp/{live_tests → regression_tests}/ci_output.py +0 -0
  27. /airbyte_ops_mcp/{live_tests → regression_tests}/commons/__init__.py +0 -0
  28. /airbyte_ops_mcp/{live_tests → regression_tests}/config.py +0 -0
  29. /airbyte_ops_mcp/{live_tests → regression_tests}/connection_fetcher.py +0 -0
  30. /airbyte_ops_mcp/{live_tests → regression_tests}/evaluation_modes.py +0 -0
  31. /airbyte_ops_mcp/{live_tests → regression_tests}/http_metrics.py +0 -0
  32. /airbyte_ops_mcp/{live_tests → regression_tests}/message_cache/duckdb_cache.py +0 -0
  33. /airbyte_ops_mcp/{live_tests → regression_tests}/models.py +0 -0
  34. /airbyte_ops_mcp/{live_tests → regression_tests}/obfuscation.py +0 -0
  35. /airbyte_ops_mcp/{live_tests → regression_tests}/regression/comparators.py +0 -0
  36. /airbyte_ops_mcp/{live_tests → regression_tests}/validation/catalog_validators.py +0 -0
@@ -15,10 +15,12 @@ import jsonschema
15
15
  from airbyte_protocol.models import AirbyteMessage, AirbyteStateType
16
16
  from airbyte_protocol.models import Type as AirbyteMessageType
17
17
 
18
- from airbyte_ops_mcp.live_tests.validation.catalog_validators import ValidationResult
18
+ from airbyte_ops_mcp.regression_tests.validation.catalog_validators import (
19
+ ValidationResult,
20
+ )
19
21
 
20
22
  if TYPE_CHECKING:
21
- from airbyte_ops_mcp.live_tests.models import ExecutionResult
23
+ from airbyte_ops_mcp.regression_tests.models import ExecutionResult
22
24
 
23
25
 
24
26
  def validate_records_conform_to_schema(