airbyte-cdk 0.62.1__tar.gz → 0.62.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (469) hide show
  1. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/PKG-INFO +1 -1
  2. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/requests_native_auth/abstract_oauth.py +15 -3
  3. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/airbyte_secrets_utils.py +8 -2
  4. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk.egg-info/PKG-INFO +1 -1
  5. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/setup.py +1 -1
  6. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/auth/test_oauth.py +27 -0
  7. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/utils/test_secret_utils.py +13 -1
  8. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/LICENSE.txt +0 -0
  9. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/README.md +0 -0
  10. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/__init__.py +0 -0
  11. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/config_observation.py +0 -0
  12. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/connector.py +0 -0
  13. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/connector_builder/__init__.py +0 -0
  14. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/connector_builder/connector_builder_handler.py +0 -0
  15. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/connector_builder/main.py +0 -0
  16. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/connector_builder/message_grouper.py +0 -0
  17. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/connector_builder/models.py +0 -0
  18. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/destinations/__init__.py +0 -0
  19. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/destinations/destination.py +0 -0
  20. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/destinations/vector_db_based/__init__.py +0 -0
  21. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/destinations/vector_db_based/config.py +0 -0
  22. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/destinations/vector_db_based/document_processor.py +0 -0
  23. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/destinations/vector_db_based/embedder.py +0 -0
  24. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/destinations/vector_db_based/indexer.py +0 -0
  25. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/destinations/vector_db_based/test_utils.py +0 -0
  26. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/destinations/vector_db_based/utils.py +0 -0
  27. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/destinations/vector_db_based/writer.py +0 -0
  28. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/entrypoint.py +0 -0
  29. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/exception_handler.py +0 -0
  30. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/logger.py +0 -0
  31. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/models/__init__.py +0 -0
  32. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/models/airbyte_protocol.py +0 -0
  33. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/models/well_known_types.py +0 -0
  34. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/py.typed +0 -0
  35. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/__init__.py +0 -0
  36. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/abstract_source.py +0 -0
  37. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/concurrent_source/__init__.py +0 -0
  38. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/concurrent_source/concurrent_read_processor.py +0 -0
  39. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/concurrent_source/concurrent_source.py +0 -0
  40. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/concurrent_source/concurrent_source_adapter.py +0 -0
  41. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/concurrent_source/partition_generation_completed_sentinel.py +0 -0
  42. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/concurrent_source/thread_pool_manager.py +0 -0
  43. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/config.py +0 -0
  44. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/connector_state_manager.py +0 -0
  45. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/__init__.py +0 -0
  46. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/auth/__init__.py +0 -0
  47. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/auth/declarative_authenticator.py +0 -0
  48. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/auth/oauth.py +0 -0
  49. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/auth/selective_authenticator.py +0 -0
  50. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/auth/token.py +0 -0
  51. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/auth/token_provider.py +0 -0
  52. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/checks/__init__.py +0 -0
  53. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/checks/check_stream.py +0 -0
  54. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/checks/connection_checker.py +0 -0
  55. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/create_partial.py +0 -0
  56. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/datetime/__init__.py +0 -0
  57. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/datetime/datetime_parser.py +0 -0
  58. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/datetime/min_max_datetime.py +0 -0
  59. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/declarative_component_schema.yaml +0 -0
  60. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/declarative_source.py +0 -0
  61. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/declarative_stream.py +0 -0
  62. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/decoders/__init__.py +0 -0
  63. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/decoders/decoder.py +0 -0
  64. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/decoders/json_decoder.py +0 -0
  65. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/exceptions.py +0 -0
  66. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/extractors/__init__.py +0 -0
  67. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/extractors/dpath_extractor.py +0 -0
  68. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/extractors/http_selector.py +0 -0
  69. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/extractors/record_extractor.py +0 -0
  70. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/extractors/record_filter.py +0 -0
  71. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/extractors/record_selector.py +0 -0
  72. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/incremental/__init__.py +0 -0
  73. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/incremental/cursor.py +0 -0
  74. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/incremental/datetime_based_cursor.py +0 -0
  75. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/incremental/per_partition_cursor.py +0 -0
  76. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/interpolation/__init__.py +0 -0
  77. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/interpolation/filters.py +0 -0
  78. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/interpolation/interpolated_boolean.py +0 -0
  79. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/interpolation/interpolated_mapping.py +0 -0
  80. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/interpolation/interpolated_nested_mapping.py +0 -0
  81. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/interpolation/interpolated_string.py +0 -0
  82. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/interpolation/interpolation.py +0 -0
  83. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/interpolation/jinja.py +0 -0
  84. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/interpolation/macros.py +0 -0
  85. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/manifest_declarative_source.py +0 -0
  86. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/models/__init__.py +0 -0
  87. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/models/declarative_component_schema.py +0 -0
  88. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/parsers/__init__.py +0 -0
  89. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/parsers/class_types_registry.py +0 -0
  90. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/parsers/custom_exceptions.py +0 -0
  91. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/parsers/default_implementation_registry.py +0 -0
  92. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/parsers/manifest_component_transformer.py +0 -0
  93. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/parsers/manifest_reference_resolver.py +0 -0
  94. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py +0 -0
  95. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/partition_routers/__init__.py +0 -0
  96. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/partition_routers/list_partition_router.py +0 -0
  97. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/partition_routers/single_partition_router.py +0 -0
  98. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/partition_routers/substream_partition_router.py +0 -0
  99. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/__init__.py +0 -0
  100. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/__init__.py +0 -0
  101. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/__init__.py +0 -0
  102. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/constant_backoff_strategy.py +0 -0
  103. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/exponential_backoff_strategy.py +0 -0
  104. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/header_helper.py +0 -0
  105. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/wait_time_from_header_backoff_strategy.py +0 -0
  106. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/wait_until_time_from_header_backoff_strategy.py +0 -0
  107. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategy.py +0 -0
  108. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/composite_error_handler.py +0 -0
  109. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/default_error_handler.py +0 -0
  110. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/error_handler.py +0 -0
  111. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/http_response_filter.py +0 -0
  112. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/response_action.py +0 -0
  113. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/error_handlers/response_status.py +0 -0
  114. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/http_requester.py +0 -0
  115. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/paginators/__init__.py +0 -0
  116. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/paginators/default_paginator.py +0 -0
  117. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/paginators/no_pagination.py +0 -0
  118. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/paginators/paginator.py +0 -0
  119. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/__init__.py +0 -0
  120. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/cursor_pagination_strategy.py +0 -0
  121. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/offset_increment.py +0 -0
  122. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/page_increment.py +0 -0
  123. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/pagination_strategy.py +0 -0
  124. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/stop_condition.py +0 -0
  125. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/request_option.py +0 -0
  126. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/request_options/__init__.py +0 -0
  127. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/request_options/interpolated_nested_request_input_provider.py +0 -0
  128. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/request_options/interpolated_request_input_provider.py +0 -0
  129. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/request_options/interpolated_request_options_provider.py +0 -0
  130. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/request_options/request_options_provider.py +0 -0
  131. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/request_path.py +0 -0
  132. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/requesters/requester.py +0 -0
  133. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/retrievers/__init__.py +0 -0
  134. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/retrievers/retriever.py +0 -0
  135. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/retrievers/simple_retriever.py +0 -0
  136. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/schema/__init__.py +0 -0
  137. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/schema/default_schema_loader.py +0 -0
  138. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/schema/inline_schema_loader.py +0 -0
  139. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/schema/json_file_schema_loader.py +0 -0
  140. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/schema/schema_loader.py +0 -0
  141. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/spec/__init__.py +0 -0
  142. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/spec/spec.py +0 -0
  143. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/stream_slicers/__init__.py +0 -0
  144. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/stream_slicers/cartesian_product_stream_slicer.py +0 -0
  145. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/stream_slicers/stream_slicer.py +0 -0
  146. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/transformations/__init__.py +0 -0
  147. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/transformations/add_fields.py +0 -0
  148. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/transformations/remove_fields.py +0 -0
  149. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/transformations/transformation.py +0 -0
  150. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/types.py +0 -0
  151. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/declarative/yaml_declarative_source.py +0 -0
  152. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/deprecated/__init__.py +0 -0
  153. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/deprecated/base_source.py +0 -0
  154. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/deprecated/client.py +0 -0
  155. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/embedded/__init__.py +0 -0
  156. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/embedded/base_integration.py +0 -0
  157. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/embedded/catalog.py +0 -0
  158. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/embedded/runner.py +0 -0
  159. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/embedded/tools.py +0 -0
  160. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/__init__.py +0 -0
  161. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/availability_strategy/__init__.py +0 -0
  162. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/availability_strategy/abstract_file_based_availability_strategy.py +0 -0
  163. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/availability_strategy/default_file_based_availability_strategy.py +0 -0
  164. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/config/__init__.py +0 -0
  165. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/config/abstract_file_based_spec.py +0 -0
  166. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/config/avro_format.py +0 -0
  167. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/config/csv_format.py +0 -0
  168. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/config/file_based_stream_config.py +0 -0
  169. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/config/jsonl_format.py +0 -0
  170. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/config/parquet_format.py +0 -0
  171. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/config/unstructured_format.py +0 -0
  172. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/discovery_policy/__init__.py +0 -0
  173. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/discovery_policy/abstract_discovery_policy.py +0 -0
  174. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/discovery_policy/default_discovery_policy.py +0 -0
  175. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/exceptions.py +0 -0
  176. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/file_based_source.py +0 -0
  177. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/file_based_stream_reader.py +0 -0
  178. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/file_types/__init__.py +0 -0
  179. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/file_types/avro_parser.py +0 -0
  180. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/file_types/csv_parser.py +0 -0
  181. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/file_types/file_type_parser.py +0 -0
  182. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/file_types/jsonl_parser.py +0 -0
  183. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/file_types/parquet_parser.py +0 -0
  184. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/file_types/unstructured_parser.py +0 -0
  185. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/remote_file.py +0 -0
  186. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/schema_helpers.py +0 -0
  187. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/schema_validation_policies/__init__.py +0 -0
  188. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/schema_validation_policies/abstract_schema_validation_policy.py +0 -0
  189. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/schema_validation_policies/default_schema_validation_policies.py +0 -0
  190. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/__init__.py +0 -0
  191. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/abstract_file_based_stream.py +0 -0
  192. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/concurrent/__init__.py +0 -0
  193. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/concurrent/adapters.py +0 -0
  194. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/__init__.py +0 -0
  195. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/abstract_concurrent_file_based_cursor.py +0 -0
  196. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/file_based_concurrent_cursor.py +0 -0
  197. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/file_based_noop_cursor.py +0 -0
  198. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/cursor/__init__.py +0 -0
  199. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/cursor/abstract_file_based_cursor.py +0 -0
  200. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/cursor/default_file_based_cursor.py +0 -0
  201. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/stream/default_file_based_stream.py +0 -0
  202. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/file_based/types.py +0 -0
  203. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/http_config.py +0 -0
  204. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/http_logger.py +0 -0
  205. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/message/__init__.py +0 -0
  206. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/message/repository.py +0 -0
  207. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/singer/__init__.py +0 -0
  208. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/singer/singer_helpers.py +0 -0
  209. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/singer/source.py +0 -0
  210. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/source.py +0 -0
  211. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/__init__.py +0 -0
  212. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/availability_strategy.py +0 -0
  213. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/call_rate.py +0 -0
  214. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/__init__.py +0 -0
  215. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/abstract_stream.py +0 -0
  216. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/abstract_stream_facade.py +0 -0
  217. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/adapters.py +0 -0
  218. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/availability_strategy.py +0 -0
  219. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/cursor.py +0 -0
  220. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/default_stream.py +0 -0
  221. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/exceptions.py +0 -0
  222. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/helpers.py +0 -0
  223. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/partition_enqueuer.py +0 -0
  224. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/partition_reader.py +0 -0
  225. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/partitions/__init__.py +0 -0
  226. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/partitions/partition.py +0 -0
  227. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/partitions/partition_generator.py +0 -0
  228. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/partitions/record.py +0 -0
  229. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/partitions/types.py +0 -0
  230. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/state_converters/__init__.py +0 -0
  231. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/state_converters/abstract_stream_state_converter.py +0 -0
  232. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/concurrent/state_converters/datetime_stream_state_converter.py +0 -0
  233. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/core.py +0 -0
  234. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/__init__.py +0 -0
  235. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/auth/__init__.py +0 -0
  236. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/auth/core.py +0 -0
  237. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/auth/oauth.py +0 -0
  238. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/auth/token.py +0 -0
  239. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/availability_strategy.py +0 -0
  240. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/exceptions.py +0 -0
  241. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/http.py +0 -0
  242. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/rate_limiting.py +0 -0
  243. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/requests_native_auth/__init__.py +0 -0
  244. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/requests_native_auth/abstract_token.py +0 -0
  245. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/requests_native_auth/oauth.py +0 -0
  246. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/http/requests_native_auth/token.py +0 -0
  247. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/utils/__init__.py +0 -0
  248. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/streams/utils/stream_helper.py +0 -0
  249. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/utils/__init__.py +0 -0
  250. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/utils/casing.py +0 -0
  251. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/utils/catalog_helpers.py +0 -0
  252. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/utils/record_helper.py +0 -0
  253. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/utils/schema_helpers.py +0 -0
  254. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/utils/schema_models.py +0 -0
  255. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/utils/slice_logger.py +0 -0
  256. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/utils/transform.py +0 -0
  257. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/sources/utils/types.py +0 -0
  258. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/test/__init__.py +0 -0
  259. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/test/catalog_builder.py +0 -0
  260. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/test/entrypoint_wrapper.py +0 -0
  261. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/test/mock_http/__init__.py +0 -0
  262. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/test/mock_http/matcher.py +0 -0
  263. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/test/mock_http/mocker.py +0 -0
  264. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/test/mock_http/request.py +0 -0
  265. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/test/mock_http/response.py +0 -0
  266. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/test/mock_http/response_builder.py +0 -0
  267. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/test/state_builder.py +0 -0
  268. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/__init__.py +0 -0
  269. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/analytics_message.py +0 -0
  270. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/constants.py +0 -0
  271. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/datetime_format_inferrer.py +0 -0
  272. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/event_timing.py +0 -0
  273. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/is_cloud_environment.py +0 -0
  274. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/mapping_helpers.py +0 -0
  275. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/oneof_option_config.py +0 -0
  276. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/schema_inferrer.py +0 -0
  277. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/spec_schema_transformations.py +0 -0
  278. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/stream_status_utils.py +0 -0
  279. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk/utils/traced_exception.py +0 -0
  280. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk.egg-info/SOURCES.txt +0 -0
  281. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk.egg-info/dependency_links.txt +0 -0
  282. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk.egg-info/requires.txt +0 -0
  283. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/airbyte_cdk.egg-info/top_level.txt +0 -0
  284. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/pyproject.toml +0 -0
  285. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/setup.cfg +0 -0
  286. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/source_declarative_manifest/__init__.py +0 -0
  287. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/source_declarative_manifest/main.py +0 -0
  288. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/connector_builder/__init__.py +0 -0
  289. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/connector_builder/test_connector_builder_handler.py +0 -0
  290. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/connector_builder/test_message_grouper.py +0 -0
  291. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/connector_builder/utils.py +0 -0
  292. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/destinations/__init__.py +0 -0
  293. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/destinations/test_destination.py +0 -0
  294. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/singer/__init__.py +0 -0
  295. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/singer/test_singer_helpers.py +0 -0
  296. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/singer/test_singer_source.py +0 -0
  297. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/__init__.py +0 -0
  298. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/concurrent_source/__init__.py +0 -0
  299. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/concurrent_source/test_concurrent_source_adapter.py +0 -0
  300. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/__init__.py +0 -0
  301. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/auth/__init__.py +0 -0
  302. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/auth/test_selective_authenticator.py +0 -0
  303. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/auth/test_session_token_auth.py +0 -0
  304. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/auth/test_token_auth.py +0 -0
  305. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/auth/test_token_provider.py +0 -0
  306. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/checks/__init__.py +0 -0
  307. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/checks/test_check_stream.py +0 -0
  308. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/decoders/__init__.py +0 -0
  309. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/decoders/test_json_decoder.py +0 -0
  310. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/external_component.py +0 -0
  311. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/extractors/__init__.py +0 -0
  312. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/extractors/test_dpath_extractor.py +0 -0
  313. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/extractors/test_record_filter.py +0 -0
  314. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/extractors/test_record_selector.py +0 -0
  315. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/incremental/__init__.py +0 -0
  316. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/incremental/test_datetime_based_cursor.py +0 -0
  317. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/incremental/test_per_partition_cursor.py +0 -0
  318. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/incremental/test_per_partition_cursor_integration.py +0 -0
  319. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/interpolation/__init__.py +0 -0
  320. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/interpolation/test_filters.py +0 -0
  321. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/interpolation/test_interpolated_boolean.py +0 -0
  322. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/interpolation/test_interpolated_mapping.py +0 -0
  323. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/interpolation/test_interpolated_nested_mapping.py +0 -0
  324. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/interpolation/test_interpolated_string.py +0 -0
  325. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/interpolation/test_jinja.py +0 -0
  326. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/interpolation/test_macros.py +0 -0
  327. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/parsers/__init__.py +0 -0
  328. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/parsers/test_manifest_component_transformer.py +0 -0
  329. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/parsers/test_manifest_reference_resolver.py +0 -0
  330. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/parsers/test_model_to_component_factory.py +0 -0
  331. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/parsers/testing_components.py +0 -0
  332. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/partition_routers/__init__.py +0 -0
  333. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/partition_routers/test_list_partition_router.py +0 -0
  334. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/partition_routers/test_single_partition_router.py +0 -0
  335. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/partition_routers/test_substream_partition_router.py +0 -0
  336. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/__init__.py +0 -0
  337. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/__init__.py +0 -0
  338. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/__init__.py +0 -0
  339. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/test_constant_backoff.py +0 -0
  340. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/test_exponential_backoff.py +0 -0
  341. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/test_header_helper.py +0 -0
  342. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/test_wait_time_from_header.py +0 -0
  343. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/test_wait_until_time_from_header.py +0 -0
  344. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/test_composite_error_handler.py +0 -0
  345. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/test_default_error_handler.py +0 -0
  346. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/test_http_response_filter.py +0 -0
  347. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/error_handlers/test_response_status.py +0 -0
  348. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/paginators/__init__.py +0 -0
  349. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/paginators/test_cursor_pagination_strategy.py +0 -0
  350. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/paginators/test_default_paginator.py +0 -0
  351. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/paginators/test_no_paginator.py +0 -0
  352. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/paginators/test_offset_increment.py +0 -0
  353. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/paginators/test_page_increment.py +0 -0
  354. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/paginators/test_request_option.py +0 -0
  355. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/paginators/test_stop_condition.py +0 -0
  356. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/request_options/__init__.py +0 -0
  357. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/request_options/test_interpolated_request_options_provider.py +0 -0
  358. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/test_http_requester.py +0 -0
  359. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/requesters/test_interpolated_request_input_provider.py +0 -0
  360. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/retrievers/__init__.py +0 -0
  361. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/retrievers/test_simple_retriever.py +0 -0
  362. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/schema/__init__.py +0 -0
  363. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/schema/source_test/SourceTest.py +0 -0
  364. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/schema/source_test/__init__.py +0 -0
  365. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/schema/test_default_schema_loader.py +0 -0
  366. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/schema/test_inline_schema_loader.py +0 -0
  367. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/schema/test_json_file_schema_loader.py +0 -0
  368. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/states/__init__.py +0 -0
  369. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/stream_slicers/__init__.py +0 -0
  370. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/stream_slicers/test_cartesian_product_stream_slicer.py +0 -0
  371. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/test_create_partial.py +0 -0
  372. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/test_declarative_stream.py +0 -0
  373. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/test_manifest_declarative_source.py +0 -0
  374. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/declarative/test_yaml_declarative_source.py +0 -0
  375. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/__init__.py +0 -0
  376. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/availability_strategy/__init__.py +0 -0
  377. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/availability_strategy/test_default_file_based_availability_strategy.py +0 -0
  378. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/config/__init__.py +0 -0
  379. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/config/test_abstract_file_based_spec.py +0 -0
  380. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/config/test_csv_format.py +0 -0
  381. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/config/test_file_based_stream_config.py +0 -0
  382. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/discovery_policy/__init__.py +0 -0
  383. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/discovery_policy/test_default_discovery_policy.py +0 -0
  384. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/file_types/__init__.py +0 -0
  385. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/file_types/test_avro_parser.py +0 -0
  386. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/file_types/test_csv_parser.py +0 -0
  387. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/file_types/test_jsonl_parser.py +0 -0
  388. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/file_types/test_parquet_parser.py +0 -0
  389. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/file_types/test_unstructured_parser.py +0 -0
  390. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/helpers.py +0 -0
  391. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/in_memory_files_source.py +0 -0
  392. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/__init__.py +0 -0
  393. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/avro_scenarios.py +0 -0
  394. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/check_scenarios.py +0 -0
  395. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/concurrent_incremental_scenarios.py +0 -0
  396. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/csv_scenarios.py +0 -0
  397. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/file_based_source_builder.py +0 -0
  398. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/incremental_scenarios.py +0 -0
  399. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/jsonl_scenarios.py +0 -0
  400. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/parquet_scenarios.py +0 -0
  401. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/scenario_builder.py +0 -0
  402. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/unstructured_scenarios.py +0 -0
  403. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/user_input_schema_scenarios.py +0 -0
  404. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/scenarios/validation_policy_scenarios.py +0 -0
  405. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/stream/__init__.py +0 -0
  406. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/stream/concurrent/__init__.py +0 -0
  407. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/stream/concurrent/test_adapters.py +0 -0
  408. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/stream/concurrent/test_file_based_concurrent_cursor.py +0 -0
  409. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/stream/test_default_file_based_cursor.py +0 -0
  410. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/stream/test_default_file_based_stream.py +0 -0
  411. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/test_file_based_scenarios.py +0 -0
  412. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/test_file_based_stream_reader.py +0 -0
  413. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/test_scenarios.py +0 -0
  414. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/file_based/test_schema_helpers.py +0 -0
  415. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/fixtures/__init__.py +0 -0
  416. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/fixtures/source_test_fixture.py +0 -0
  417. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/message/__init__.py +0 -0
  418. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/message/test_repository.py +0 -0
  419. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/__init__.py +0 -0
  420. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/__init__.py +0 -0
  421. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/scenarios/__init__.py +0 -0
  422. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/scenarios/incremental_scenarios.py +0 -0
  423. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/scenarios/stream_facade_builder.py +0 -0
  424. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/scenarios/stream_facade_scenarios.py +0 -0
  425. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/scenarios/test_concurrent_scenarios.py +0 -0
  426. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/scenarios/thread_based_concurrent_stream_scenarios.py +0 -0
  427. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/scenarios/thread_based_concurrent_stream_source_builder.py +0 -0
  428. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/scenarios/utils.py +0 -0
  429. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/test_adapters.py +0 -0
  430. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/test_concurrent_read_processor.py +0 -0
  431. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/test_cursor.py +0 -0
  432. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/test_datetime_state_converter.py +0 -0
  433. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/test_default_stream.py +0 -0
  434. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/test_partition_enqueuer.py +0 -0
  435. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/test_partition_reader.py +0 -0
  436. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/concurrent/test_thread_pool_manager.py +0 -0
  437. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/http/__init__.py +0 -0
  438. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/http/auth/__init__.py +0 -0
  439. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/http/auth/test_auth.py +0 -0
  440. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/http/requests_native_auth/__init__.py +0 -0
  441. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/http/requests_native_auth/test_requests_native_auth.py +0 -0
  442. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/http/test_availability_strategy.py +0 -0
  443. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/http/test_http.py +0 -0
  444. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/test_availability_strategy.py +0 -0
  445. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/test_call_rate.py +0 -0
  446. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/test_stream_read.py +0 -0
  447. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/streams/test_streams_core.py +0 -0
  448. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/test_abstract_source.py +0 -0
  449. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/test_concurrent_source.py +0 -0
  450. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/test_config.py +0 -0
  451. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/test_connector_state_manager.py +0 -0
  452. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/test_http_logger.py +0 -0
  453. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/test_integration_source.py +0 -0
  454. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/test_source.py +0 -0
  455. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/sources/test_source_read.py +0 -0
  456. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/test/__init__.py +0 -0
  457. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/test/mock_http/__init__.py +0 -0
  458. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/test/mock_http/test_matcher.py +0 -0
  459. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/test/mock_http/test_mocker.py +0 -0
  460. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/test/mock_http/test_request.py +0 -0
  461. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/test/mock_http/test_response_builder.py +0 -0
  462. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/test/test_entrypoint_wrapper.py +0 -0
  463. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/utils/__init__.py +0 -0
  464. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/utils/test_datetime_format_inferrer.py +0 -0
  465. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/utils/test_mapping_helpers.py +0 -0
  466. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/utils/test_rate_limiting.py +0 -0
  467. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/utils/test_schema_inferrer.py +0 -0
  468. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/utils/test_stream_status_utils.py +0 -0
  469. {airbyte-cdk-0.62.1 → airbyte-cdk-0.62.2}/unit_tests/utils/test_traced_exception.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-cdk
3
- Version: 0.62.1
3
+ Version: 0.62.2
4
4
  Summary: A framework for writing Airbyte Connectors.
5
5
  Home-page: https://github.com/airbytehq/airbyte
6
6
  Author: Airbyte
@@ -14,6 +14,7 @@ from airbyte_cdk.models import FailureType, Level
14
14
  from airbyte_cdk.sources.http_logger import format_http_message
15
15
  from airbyte_cdk.sources.message import MessageRepository, NoopMessageRepository
16
16
  from airbyte_cdk.utils import AirbyteTracedException
17
+ from airbyte_cdk.utils.airbyte_secrets_utils import add_to_secrets
17
18
  from requests.auth import AuthBase
18
19
 
19
20
  from ..exceptions import DefaultBackoffException
@@ -115,9 +116,20 @@ class AbstractOauth2Authenticator(AuthBase):
115
116
  def _get_refresh_access_token_response(self) -> Any:
116
117
  try:
117
118
  response = requests.request(method="POST", url=self.get_token_refresh_endpoint(), data=self.build_refresh_request_body())
118
- self._log_response(response)
119
- response.raise_for_status()
120
- return response.json()
119
+ if response.ok:
120
+ response_json = response.json()
121
+ # Add the access token to the list of secrets so it is replaced before logging the response
122
+ # An argument could be made to remove the prevous access key from the list of secrets, but unmasking values seems like a security incident waiting to happen...
123
+ access_key = response_json.get(self.get_access_token_name())
124
+ if not access_key:
125
+ raise Exception("Token refresh API response was missing access token {self.get_access_token_name()}")
126
+ add_to_secrets(access_key)
127
+ self._log_response(response)
128
+ return response_json
129
+ else:
130
+ # log the response even if the request failed for troubleshooting purposes
131
+ self._log_response(response)
132
+ response.raise_for_status()
121
133
  except requests.exceptions.RequestException as e:
122
134
  if e.response is not None:
123
135
  if e.response.status_code == 429 or e.response.status_code >= 500:
@@ -10,7 +10,7 @@ import dpath.util
10
10
  def get_secret_paths(spec: Mapping[str, Any]) -> List[List[str]]:
11
11
  paths = []
12
12
 
13
- def traverse_schema(schema_item: Any, path: List[str]):
13
+ def traverse_schema(schema_item: Any, path: List[str]) -> None:
14
14
  """
15
15
  schema_item can be any property or value in the originally input jsonschema, depending on how far down the recursion stack we go
16
16
  path is the path to that schema item in the original input
@@ -56,12 +56,18 @@ def get_secrets(connection_specification: Mapping[str, Any], config: Mapping[str
56
56
  __SECRETS_FROM_CONFIG: List[str] = []
57
57
 
58
58
 
59
- def update_secrets(secrets: List[str]):
59
+ def update_secrets(secrets: List[str]) -> None:
60
60
  """Update the list of secrets to be replaced"""
61
61
  global __SECRETS_FROM_CONFIG
62
62
  __SECRETS_FROM_CONFIG = secrets
63
63
 
64
64
 
65
+ def add_to_secrets(secret: str) -> None:
66
+ """Add to the list of secrets to be replaced"""
67
+ global __SECRETS_FROM_CONFIG
68
+ __SECRETS_FROM_CONFIG.append(secret)
69
+
70
+
65
71
  def filter_secrets(string: str) -> str:
66
72
  """Filter secrets from a string by replacing them with ****"""
67
73
  # TODO this should perform a maximal match for each secret. if "x" and "xk" are both secret values, and this method is called twice on
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-cdk
3
- Version: 0.62.1
3
+ Version: 0.62.2
4
4
  Summary: A framework for writing Airbyte Connectors.
5
5
  Home-page: https://github.com/airbytehq/airbyte
6
6
  Author: Airbyte
@@ -36,7 +36,7 @@ setup(
36
36
  name="airbyte-cdk",
37
37
  # The version of the airbyte-cdk package is used at runtime to validate manifests. That validation must be
38
38
  # updated if our semver format changes such as using release candidate versions.
39
- version="0.62.1",
39
+ version="0.62.2",
40
40
  description="A framework for writing Airbyte Connectors.",
41
41
  long_description=README,
42
42
  long_description_content_type="text/markdown",
@@ -10,6 +10,7 @@ import pendulum
10
10
  import pytest
11
11
  import requests
12
12
  from airbyte_cdk.sources.declarative.auth import DeclarativeOauth2Authenticator
13
+ from airbyte_cdk.utils.airbyte_secrets_utils import filter_secrets
13
14
  from requests import Response
14
15
 
15
16
  LOGGER = logging.getLogger(__name__)
@@ -165,6 +166,32 @@ class TestOauth2Authenticator:
165
166
 
166
167
  assert ("access_token", 1000) == token
167
168
 
169
+ filtered = filter_secrets("access_token")
170
+ assert filtered == "****"
171
+
172
+ def test_refresh_access_token_missing_access_token(self, mocker):
173
+ oauth = DeclarativeOauth2Authenticator(
174
+ token_refresh_endpoint="{{ config['refresh_endpoint'] }}",
175
+ client_id="{{ config['client_id'] }}",
176
+ client_secret="{{ config['client_secret'] }}",
177
+ refresh_token="{{ config['refresh_token'] }}",
178
+ config=config,
179
+ scopes=["scope1", "scope2"],
180
+ token_expiry_date="{{ config['token_expiry_date'] }}",
181
+ refresh_request_body={
182
+ "custom_field": "{{ config['custom_field'] }}",
183
+ "another_field": "{{ config['another_field'] }}",
184
+ "scopes": ["no_override"],
185
+ },
186
+ parameters={},
187
+ )
188
+
189
+ resp.status_code = 200
190
+ mocker.patch.object(resp, "json", return_value={"expires_in": 1000})
191
+ mocker.patch.object(requests, "request", side_effect=mock_request, autospec=True)
192
+ with pytest.raises(Exception):
193
+ oauth.refresh_access_token()
194
+
168
195
  @pytest.mark.parametrize(
169
196
  "timestamp, expected_date",
170
197
  [
@@ -3,7 +3,7 @@
3
3
  #
4
4
 
5
5
  import pytest
6
- from airbyte_cdk.utils.airbyte_secrets_utils import filter_secrets, get_secret_paths, get_secrets, update_secrets
6
+ from airbyte_cdk.utils.airbyte_secrets_utils import add_to_secrets, filter_secrets, get_secret_paths, get_secrets, update_secrets
7
7
 
8
8
  SECRET_STRING_KEY = "secret_key1"
9
9
  SECRET_STRING_VALUE = "secret_value"
@@ -121,3 +121,15 @@ def test_secret_filtering():
121
121
  update_secrets([SECRET_STRING_VALUE, SECRET_STRING_2_VALUE])
122
122
  filtered = filter_secrets(sensitive_str)
123
123
  assert filtered == f"**** {NOT_SECRET_VALUE} **** ****"
124
+
125
+
126
+ def test_secrets_added_are_filtered():
127
+ ADDED_SECRET = "only_a_secret_if_added"
128
+ sensitive_str = f"{ADDED_SECRET} {NOT_SECRET_VALUE}"
129
+
130
+ filtered = filter_secrets(sensitive_str)
131
+ assert filtered == sensitive_str
132
+
133
+ add_to_secrets(ADDED_SECRET)
134
+ filtered = filter_secrets(sensitive_str)
135
+ assert filtered == f"**** {NOT_SECRET_VALUE}"
File without changes
File without changes