airbyte-cdk 0.64.0__tar.gz → 0.65.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/PKG-INFO +1 -1
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/declarative_component_schema.yaml +4 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/models/declarative_component_schema.py +4 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py +8 -1
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/retrievers/simple_retriever.py +7 -6
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk.egg-info/PKG-INFO +1 -1
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/setup.py +1 -1
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/retrievers/test_simple_retriever.py +40 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/LICENSE.txt +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/README.md +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/config_observation.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/connector.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/connector_builder/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/connector_builder/connector_builder_handler.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/connector_builder/main.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/connector_builder/message_grouper.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/connector_builder/models.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/destination.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/config.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/document_processor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/embedder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/indexer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/test_utils.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/utils.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/writer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/entrypoint.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/exception_handler.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/logger.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/models/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/models/airbyte_protocol.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/models/well_known_types.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/py.typed +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/abstract_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/concurrent_source/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/concurrent_source/concurrent_read_processor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/concurrent_source/concurrent_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/concurrent_source/concurrent_source_adapter.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/concurrent_source/partition_generation_completed_sentinel.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/concurrent_source/thread_pool_manager.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/config.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/connector_state_manager.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/auth/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/auth/declarative_authenticator.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/auth/oauth.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/auth/selective_authenticator.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/auth/token.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/auth/token_provider.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/checks/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/checks/check_stream.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/checks/connection_checker.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/create_partial.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/datetime/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/datetime/datetime_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/datetime/min_max_datetime.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/declarative_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/declarative_stream.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/decoders/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/decoders/decoder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/decoders/json_decoder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/exceptions.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/extractors/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/extractors/dpath_extractor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/extractors/http_selector.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/extractors/record_extractor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/extractors/record_filter.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/extractors/record_selector.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/incremental/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/incremental/cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/incremental/datetime_based_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/incremental/per_partition_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/filters.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/interpolated_boolean.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/interpolated_mapping.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/interpolated_nested_mapping.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/interpolated_string.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/interpolation.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/jinja.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/macros.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/manifest_declarative_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/models/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/parsers/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/parsers/class_types_registry.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/parsers/custom_exceptions.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/parsers/default_implementation_registry.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/parsers/manifest_component_transformer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/parsers/manifest_reference_resolver.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/partition_routers/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/partition_routers/list_partition_router.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/partition_routers/single_partition_router.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/partition_routers/substream_partition_router.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/constant_backoff_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/exponential_backoff_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/header_helper.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/wait_time_from_header_backoff_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/wait_until_time_from_header_backoff_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/composite_error_handler.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/default_error_handler.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/error_handler.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/http_response_filter.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/response_action.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/error_handlers/response_status.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/http_requester.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/paginators/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/paginators/default_paginator.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/paginators/no_pagination.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/paginators/paginator.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/cursor_pagination_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/offset_increment.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/page_increment.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/pagination_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/stop_condition.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/request_option.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/request_options/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/request_options/interpolated_nested_request_input_provider.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/request_options/interpolated_request_input_provider.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/request_options/interpolated_request_options_provider.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/request_options/request_options_provider.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/request_path.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/requester.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/retrievers/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/retrievers/retriever.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/schema/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/schema/default_schema_loader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/schema/inline_schema_loader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/schema/json_file_schema_loader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/schema/schema_loader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/spec/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/spec/spec.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/stream_slicers/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/stream_slicers/cartesian_product_stream_slicer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/stream_slicers/stream_slicer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/transformations/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/transformations/add_fields.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/transformations/remove_fields.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/transformations/transformation.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/types.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/yaml_declarative_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/deprecated/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/deprecated/base_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/deprecated/client.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/embedded/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/embedded/base_integration.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/embedded/catalog.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/embedded/runner.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/embedded/tools.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/availability_strategy/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/availability_strategy/abstract_file_based_availability_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/availability_strategy/default_file_based_availability_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/abstract_file_based_spec.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/avro_format.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/csv_format.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/file_based_stream_config.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/jsonl_format.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/parquet_format.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/unstructured_format.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/discovery_policy/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/discovery_policy/abstract_discovery_policy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/discovery_policy/default_discovery_policy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/exceptions.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/file_based_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/file_based_stream_reader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/file_types/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/file_types/avro_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/file_types/csv_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/file_types/file_type_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/file_types/jsonl_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/file_types/parquet_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/file_types/unstructured_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/remote_file.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/schema_helpers.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/schema_validation_policies/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/schema_validation_policies/abstract_schema_validation_policy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/schema_validation_policies/default_schema_validation_policies.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/abstract_file_based_stream.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/concurrent/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/concurrent/adapters.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/abstract_concurrent_file_based_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/file_based_concurrent_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/file_based_noop_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/cursor/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/cursor/abstract_file_based_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/cursor/default_file_based_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/stream/default_file_based_stream.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/types.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/http_config.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/http_logger.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/message/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/message/repository.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/singer/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/singer/singer_helpers.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/singer/source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/availability_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/call_rate.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/abstract_stream.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/abstract_stream_facade.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/adapters.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/availability_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/default_stream.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/exceptions.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/helpers.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/partition_enqueuer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/partition_reader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/partitions/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/partitions/partition.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/partitions/partition_generator.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/partitions/record.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/partitions/types.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/state_converters/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/state_converters/abstract_stream_state_converter.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/concurrent/state_converters/datetime_stream_state_converter.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/core.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/auth/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/auth/core.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/auth/oauth.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/auth/token.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/availability_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/exceptions.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/http.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/rate_limiting.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/requests_native_auth/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/requests_native_auth/abstract_oauth.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/requests_native_auth/abstract_token.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/requests_native_auth/oauth.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/http/requests_native_auth/token.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/utils/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/streams/utils/stream_helper.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/utils/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/utils/casing.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/utils/catalog_helpers.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/utils/record_helper.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/utils/schema_helpers.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/utils/schema_models.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/utils/slice_logger.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/utils/transform.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/utils/types.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/test/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/test/catalog_builder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/test/entrypoint_wrapper.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/test/mock_http/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/test/mock_http/matcher.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/test/mock_http/mocker.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/test/mock_http/request.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/test/mock_http/response.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/test/mock_http/response_builder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/test/state_builder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/airbyte_secrets_utils.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/analytics_message.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/constants.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/datetime_format_inferrer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/event_timing.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/is_cloud_environment.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/mapping_helpers.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/oneof_option_config.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/schema_inferrer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/spec_schema_transformations.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/stream_status_utils.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/utils/traced_exception.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk.egg-info/SOURCES.txt +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk.egg-info/dependency_links.txt +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk.egg-info/requires.txt +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk.egg-info/top_level.txt +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/pyproject.toml +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/setup.cfg +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/source_declarative_manifest/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/source_declarative_manifest/main.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/connector_builder/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/connector_builder/test_connector_builder_handler.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/connector_builder/test_message_grouper.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/connector_builder/utils.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/destinations/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/destinations/test_destination.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/singer/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/singer/test_singer_helpers.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/singer/test_singer_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/concurrent_source/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/concurrent_source/test_concurrent_source_adapter.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/auth/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/auth/test_oauth.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/auth/test_selective_authenticator.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/auth/test_session_token_auth.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/auth/test_token_auth.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/auth/test_token_provider.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/checks/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/checks/test_check_stream.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/decoders/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/decoders/test_json_decoder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/external_component.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/extractors/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/extractors/test_dpath_extractor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/extractors/test_record_filter.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/extractors/test_record_selector.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/incremental/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/incremental/test_datetime_based_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/incremental/test_per_partition_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/incremental/test_per_partition_cursor_integration.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/interpolation/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/interpolation/test_filters.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/interpolation/test_interpolated_boolean.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/interpolation/test_interpolated_mapping.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/interpolation/test_interpolated_nested_mapping.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/interpolation/test_interpolated_string.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/interpolation/test_jinja.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/interpolation/test_macros.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/parsers/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/parsers/test_manifest_component_transformer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/parsers/test_manifest_reference_resolver.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/parsers/test_model_to_component_factory.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/parsers/testing_components.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/partition_routers/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/partition_routers/test_list_partition_router.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/partition_routers/test_single_partition_router.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/partition_routers/test_substream_partition_router.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/test_constant_backoff.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/test_exponential_backoff.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/test_header_helper.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/test_wait_time_from_header.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/backoff_strategies/test_wait_until_time_from_header.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/test_composite_error_handler.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/test_default_error_handler.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/test_http_response_filter.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/error_handlers/test_response_status.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/paginators/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/paginators/test_cursor_pagination_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/paginators/test_default_paginator.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/paginators/test_no_paginator.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/paginators/test_offset_increment.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/paginators/test_page_increment.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/paginators/test_request_option.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/paginators/test_stop_condition.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/request_options/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/request_options/test_interpolated_request_options_provider.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/test_http_requester.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/requesters/test_interpolated_request_input_provider.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/retrievers/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/schema/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/schema/source_test/SourceTest.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/schema/source_test/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/schema/test_default_schema_loader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/schema/test_inline_schema_loader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/schema/test_json_file_schema_loader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/states/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/stream_slicers/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/stream_slicers/test_cartesian_product_stream_slicer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/test_create_partial.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/test_declarative_stream.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/test_manifest_declarative_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/declarative/test_yaml_declarative_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/availability_strategy/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/availability_strategy/test_default_file_based_availability_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/config/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/config/test_abstract_file_based_spec.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/config/test_csv_format.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/config/test_file_based_stream_config.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/discovery_policy/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/discovery_policy/test_default_discovery_policy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/file_types/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/file_types/test_avro_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/file_types/test_csv_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/file_types/test_jsonl_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/file_types/test_parquet_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/file_types/test_unstructured_parser.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/helpers.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/in_memory_files_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/avro_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/check_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/concurrent_incremental_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/csv_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/file_based_source_builder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/incremental_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/jsonl_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/parquet_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/scenario_builder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/unstructured_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/user_input_schema_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/scenarios/validation_policy_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/stream/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/stream/concurrent/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/stream/concurrent/test_adapters.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/stream/concurrent/test_file_based_concurrent_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/stream/test_default_file_based_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/stream/test_default_file_based_stream.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/test_file_based_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/test_file_based_stream_reader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/test_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/file_based/test_schema_helpers.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/fixtures/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/fixtures/source_test_fixture.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/message/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/message/test_repository.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/scenarios/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/scenarios/incremental_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/scenarios/stream_facade_builder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/scenarios/stream_facade_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/scenarios/test_concurrent_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/scenarios/thread_based_concurrent_stream_scenarios.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/scenarios/thread_based_concurrent_stream_source_builder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/scenarios/utils.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/test_adapters.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/test_concurrent_read_processor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/test_cursor.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/test_datetime_state_converter.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/test_default_stream.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/test_partition_enqueuer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/test_partition_reader.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/concurrent/test_thread_pool_manager.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/http/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/http/auth/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/http/auth/test_auth.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/http/requests_native_auth/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/http/requests_native_auth/test_requests_native_auth.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/http/test_availability_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/http/test_http.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/test_availability_strategy.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/test_call_rate.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/test_stream_read.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/streams/test_streams_core.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/test_abstract_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/test_concurrent_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/test_config.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/test_connector_state_manager.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/test_http_logger.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/test_integration_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/test_source.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/sources/test_source_read.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/test/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/test/mock_http/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/test/mock_http/test_matcher.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/test/mock_http/test_mocker.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/test/mock_http/test_request.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/test/mock_http/test_response_builder.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/test/test_entrypoint_wrapper.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/utils/__init__.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/utils/test_datetime_format_inferrer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/utils/test_mapping_helpers.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/utils/test_rate_limiting.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/utils/test_schema_inferrer.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/utils/test_secret_utils.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/utils/test_stream_status_utils.py +0 -0
- {airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/unit_tests/utils/test_traced_exception.py +0 -0
@@ -2001,6 +2001,10 @@ definitions:
|
|
2001
2001
|
anyOf:
|
2002
2002
|
- "$ref": "#/definitions/DefaultPaginator"
|
2003
2003
|
- "$ref": "#/definitions/NoPagination"
|
2004
|
+
ignore_stream_slicer_parameters_on_paginated_requests:
|
2005
|
+
description: If true, the partition router and incremental request options will be ignored when paginating requests. Request options set directly on the requester will not be ignored.
|
2006
|
+
type: boolean
|
2007
|
+
default: false
|
2004
2008
|
partition_router:
|
2005
2009
|
title: Partition Router
|
2006
2010
|
description: PartitionRouter component that describes how to partition the stream, enabling incremental syncs and checkpointing.
|
@@ -1338,6 +1338,10 @@ class SimpleRetriever(BaseModel):
|
|
1338
1338
|
None,
|
1339
1339
|
description="Paginator component that describes how to navigate through the API's pages.",
|
1340
1340
|
)
|
1341
|
+
ignore_stream_slicer_parameters_on_paginated_requests: Optional[bool] = Field(
|
1342
|
+
False,
|
1343
|
+
description='If true, the partition router and incremental request options will be ignored when paginating requests. Request options set directly on the requester will not be ignored.',
|
1344
|
+
)
|
1341
1345
|
partition_router: Optional[
|
1342
1346
|
Union[
|
1343
1347
|
CustomPartitionRouter,
|
@@ -958,12 +958,17 @@ class ModelToComponentFactory:
|
|
958
958
|
cursor_used_for_stop_condition = cursor if stop_condition_on_cursor else None
|
959
959
|
paginator = (
|
960
960
|
self._create_component_from_model(
|
961
|
-
model=model.paginator,
|
961
|
+
model=model.paginator,
|
962
|
+
config=config,
|
963
|
+
url_base=url_base,
|
964
|
+
cursor_used_for_stop_condition=cursor_used_for_stop_condition,
|
962
965
|
)
|
963
966
|
if model.paginator
|
964
967
|
else NoPagination(parameters={})
|
965
968
|
)
|
966
969
|
|
970
|
+
ignore_stream_slicer_parameters_on_paginated_requests = model.ignore_stream_slicer_parameters_on_paginated_requests or False
|
971
|
+
|
967
972
|
if self._limit_slices_fetched or self._emit_connector_builder_messages:
|
968
973
|
return SimpleRetrieverTestReadDecorator(
|
969
974
|
name=name,
|
@@ -975,6 +980,7 @@ class ModelToComponentFactory:
|
|
975
980
|
cursor=cursor,
|
976
981
|
config=config,
|
977
982
|
maximum_number_of_slices=self._limit_slices_fetched or 5,
|
983
|
+
ignore_stream_slicer_parameters_on_paginated_requests=ignore_stream_slicer_parameters_on_paginated_requests,
|
978
984
|
parameters=model.parameters or {},
|
979
985
|
)
|
980
986
|
return SimpleRetriever(
|
@@ -986,6 +992,7 @@ class ModelToComponentFactory:
|
|
986
992
|
stream_slicer=stream_slicer,
|
987
993
|
cursor=cursor,
|
988
994
|
config=config,
|
995
|
+
ignore_stream_slicer_parameters_on_paginated_requests=ignore_stream_slicer_parameters_on_paginated_requests,
|
989
996
|
parameters=model.parameters or {},
|
990
997
|
)
|
991
998
|
|
@@ -59,6 +59,7 @@ class SimpleRetriever(Retriever):
|
|
59
59
|
paginator: Optional[Paginator] = None
|
60
60
|
stream_slicer: StreamSlicer = SinglePartitionRouter(parameters={})
|
61
61
|
cursor: Optional[Cursor] = None
|
62
|
+
ignore_stream_slicer_parameters_on_paginated_requests: bool = False
|
62
63
|
|
63
64
|
def __post_init__(self, parameters: Mapping[str, Any]) -> None:
|
64
65
|
self._paginator = self.paginator or NoPagination(parameters=parameters)
|
@@ -105,12 +106,12 @@ class SimpleRetriever(Retriever):
|
|
105
106
|
Returned merged mapping otherwise
|
106
107
|
"""
|
107
108
|
# FIXME we should eventually remove the usage of stream_state as part of the interpolation
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
)
|
109
|
+
mappings = [
|
110
|
+
paginator_method(stream_state=stream_state, stream_slice=stream_slice, next_page_token=next_page_token),
|
111
|
+
]
|
112
|
+
if not next_page_token or not self.ignore_stream_slicer_parameters_on_paginated_requests:
|
113
|
+
mappings.append(stream_slicer_method(stream_state=stream_state, stream_slice=stream_slice, next_page_token=next_page_token))
|
114
|
+
return combine_mappings(mappings)
|
114
115
|
|
115
116
|
def _request_headers(
|
116
117
|
self,
|
@@ -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.
|
39
|
+
version="0.65.0",
|
40
40
|
description="A framework for writing Airbyte Connectors.",
|
41
41
|
long_description=README,
|
42
42
|
long_description_content_type="text/markdown",
|
@@ -273,6 +273,46 @@ def test_get_request_headers(test_name, paginator_mapping, expected_mapping):
|
|
273
273
|
pass
|
274
274
|
|
275
275
|
|
276
|
+
@pytest.mark.parametrize(
|
277
|
+
"test_name, paginator_mapping, ignore_stream_slicer_parameters_on_paginated_requests, next_page_token, expected_mapping",
|
278
|
+
[
|
279
|
+
("test_do_not_ignore_stream_slicer_params_if_ignore_is_true_but_no_next_page_token", {"key_from_pagination": "1000"}, True, None, {"key_from_pagination": "1000"}),
|
280
|
+
("test_do_not_ignore_stream_slicer_params_if_ignore_is_false_and_no_next_page_token", {"key_from_pagination": "1000"}, False, None, {"key_from_pagination": "1000", "key_from_slicer": "value"}),
|
281
|
+
("test_ignore_stream_slicer_params_on_paginated_request", {"key_from_pagination": "1000"}, True, {"page": 2}, {"key_from_pagination": "1000"}),
|
282
|
+
("test_do_not_ignore_stream_slicer_params_on_paginated_request", {"key_from_pagination": "1000"}, False, {"page": 2}, {"key_from_pagination": "1000", "key_from_slicer": "value"}),
|
283
|
+
],
|
284
|
+
)
|
285
|
+
def test_ignore_stream_slicer_parameters_on_paginated_requests(test_name, paginator_mapping, ignore_stream_slicer_parameters_on_paginated_requests, next_page_token, expected_mapping):
|
286
|
+
# This test is separate from the other request options because request headers must be strings
|
287
|
+
paginator = MagicMock()
|
288
|
+
paginator.get_request_headers.return_value = paginator_mapping
|
289
|
+
requester = MagicMock(use_cache=False)
|
290
|
+
|
291
|
+
stream_slicer = MagicMock()
|
292
|
+
stream_slicer.get_request_headers.return_value = {"key_from_slicer": "value"}
|
293
|
+
|
294
|
+
record_selector = MagicMock()
|
295
|
+
retriever = SimpleRetriever(
|
296
|
+
name="stream_name",
|
297
|
+
primary_key=primary_key,
|
298
|
+
requester=requester,
|
299
|
+
record_selector=record_selector,
|
300
|
+
stream_slicer=stream_slicer,
|
301
|
+
paginator=paginator,
|
302
|
+
ignore_stream_slicer_parameters_on_paginated_requests=ignore_stream_slicer_parameters_on_paginated_requests,
|
303
|
+
parameters={},
|
304
|
+
config={},
|
305
|
+
)
|
306
|
+
|
307
|
+
request_option_type_to_method = {
|
308
|
+
RequestOptionType.header: retriever._request_headers,
|
309
|
+
}
|
310
|
+
|
311
|
+
for _, method in request_option_type_to_method.items():
|
312
|
+
actual_mapping = method(None, None, next_page_token={"next_page_token": "1000"})
|
313
|
+
assert expected_mapping == actual_mapping
|
314
|
+
|
315
|
+
|
276
316
|
@pytest.mark.parametrize(
|
277
317
|
"test_name, slicer_body_data, paginator_body_data, expected_body_data",
|
278
318
|
[
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/connector_builder/connector_builder_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/__init__.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/config.py
RENAMED
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/embedder.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/indexer.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/test_utils.py
RENAMED
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/destinations/vector_db_based/writer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/concurrent_source/concurrent_source.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/auth/token_provider.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/checks/__init__.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/checks/check_stream.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/datetime/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/declarative_source.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/declarative_stream.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/decoders/__init__.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/decoders/decoder.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/decoders/json_decoder.py
RENAMED
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/extractors/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/incremental/__init__.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/incremental/cursor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/__init__.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/filters.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/jinja.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/interpolation/macros.py
RENAMED
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/models/__init__.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/parsers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/request_path.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/requesters/requester.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/retrievers/__init__.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/retrievers/retriever.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/schema/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/schema/schema_loader.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/stream_slicers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/declarative/yaml_declarative_source.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/avro_format.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/csv_format.py
RENAMED
File without changes
|
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/jsonl_format.py
RENAMED
File without changes
|
{airbyte-cdk-0.64.0 → airbyte-cdk-0.65.0}/airbyte_cdk/sources/file_based/config/parquet_format.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|