airbyte-cdk 7.4.0__tar.gz → 7.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/PKG-INFO +4 -3
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/document_processor.py +2 -2
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/embedder.py +9 -5
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/Dockerfile +1 -1
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/declarative_component_schema.yaml +1 -1
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py +6 -7
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/query_properties/properties_from_endpoint.py +18 -10
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/query_properties/property_chunking.py +1 -1
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/query_properties/query_properties.py +3 -10
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/simple_retriever.py +3 -4
- airbyte_cdk-7.4.1/airbyte_cdk/sources/declarative/schema/caching_schema_loader_decorator.py +15 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/stream_slicers/declarative_partition_generator.py +1 -13
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/utils/transform.py +1 -19
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/pyproject.toml +5 -4
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/LICENSE.txt +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/LICENSE_SHORT +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/README.md +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/airbyte_cdk/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/airbyte_cdk/_connector.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/airbyte_cdk/_image.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/airbyte_cdk/_manifest.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/airbyte_cdk/_secrets.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/airbyte_cdk/_version.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/airbyte_cdk/exceptions.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/source_declarative_manifest/README.md +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/source_declarative_manifest/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/source_declarative_manifest/_run.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/source_declarative_manifest/spec.json +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/config_observation.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/README.md +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/connector_builder_handler.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/main.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/models.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/test_reader/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/test_reader/helpers.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/test_reader/message_grouper.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/test_reader/reader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/test_reader/types.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/destination.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/README.md +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/config.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/indexer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/test_utils.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/utils.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/writer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/entrypoint.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/exception_handler.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/declarative_source.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/declarative_stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/incremental/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/incremental/datetime_based_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/incremental/declarative_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/incremental/global_substream_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/incremental/per_partition_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/incremental/per_partition_with_global.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/incremental/resumable_full_refresh_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/manifest_declarative_source.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/logger.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/README.md +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/exceptions.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/manifest_migration.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migration_handler.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migrations/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migrations/http_requester_path_to_url.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migrations/http_requester_request_body_json_data_to_request_body.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migrations/http_requester_url_base_to_url.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migrations/registry.yaml +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migrations_registry.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/README.md +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/api_models/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/api_models/capabilities.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/api_models/dicts.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/api_models/manifest.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/api_models/stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/app.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/cli/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/cli/_common.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/cli/_info.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/cli/_openapi.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/cli/_start.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/cli/run.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/command_processor/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/command_processor/processor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/command_processor/utils.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/helpers/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/helpers/auth.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/helpers/tracing.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/main.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/openapi.yaml +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/routers/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/routers/capabilities.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/routers/health.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/routers/manifest.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/models/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/models/airbyte_protocol.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/models/airbyte_protocol_serializers.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/models/connector_metadata.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/models/well_known_types.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/py.typed +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/abstract_source.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/concurrent_source/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/concurrent_source/concurrent_read_processor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/concurrent_source/concurrent_source.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/concurrent_source/concurrent_source_adapter.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/concurrent_source/partition_generation_completed_sentinel.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/concurrent_source/stream_thread_exception.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/concurrent_source/thread_pool_manager.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/config.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/connector_state_manager.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/async_job/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/async_job/job.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/async_job/job_orchestrator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/async_job/job_tracker.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/async_job/repository.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/async_job/status.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/async_job/timer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/auth/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/auth/declarative_authenticator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/auth/jwt.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/auth/oauth.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/auth/selective_authenticator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/auth/token.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/auth/token_provider.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/checks/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/checks/check_dynamic_stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/checks/check_stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/checks/connection_checker.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/concurrency_level/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/concurrency_level/concurrency_level.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/concurrent_declarative_source.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/datetime/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/datetime/datetime_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/datetime/min_max_datetime.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/decoders/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/decoders/composite_raw_decoder.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/decoders/decoder.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/decoders/decoder_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/decoders/json_decoder.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/decoders/noop_decoder.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/decoders/pagination_decoder_decorator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/decoders/xml_decoder.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/decoders/zipfile_decoder.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/exceptions.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/extractors/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/extractors/dpath_extractor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/extractors/http_selector.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/extractors/record_extractor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/extractors/record_filter.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/extractors/record_selector.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/extractors/response_to_file_extractor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/extractors/type_transformer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/incremental/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/incremental/concurrent_partition_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/interpolation/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/interpolation/filters.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/interpolation/interpolated_boolean.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/interpolation/interpolated_mapping.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/interpolation/interpolated_nested_mapping.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/interpolation/interpolated_string.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/interpolation/interpolation.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/interpolation/jinja.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/interpolation/macros.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/migrations/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/migrations/legacy_to_per_partition_state_migration.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/migrations/state_migration.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/models/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/models/base_model_with_deprecations.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/models/declarative_component_schema.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/parsers/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/parsers/custom_code_compiler.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/parsers/custom_exceptions.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/parsers/manifest_component_transformer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/parsers/manifest_normalizer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/parsers/manifest_reference_resolver.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/partition_routers/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/partition_routers/async_job_partition_router.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/partition_routers/cartesian_product_stream_slicer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/partition_routers/grouping_partition_router.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/partition_routers/list_partition_router.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/partition_routers/partition_router.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/partition_routers/single_partition_router.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/partition_routers/substream_partition_router.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/README.md +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/constant_backoff_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/exponential_backoff_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/header_helper.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/wait_time_from_header_backoff_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategies/wait_until_time_from_header_backoff_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/backoff_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/composite_error_handler.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/default_error_handler.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/default_http_response_filter.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/error_handler.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/error_handlers/http_response_filter.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/http_job_repository.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/http_requester.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/paginators/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/paginators/default_paginator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/paginators/no_pagination.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/paginators/paginator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/cursor_pagination_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/offset_increment.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/page_increment.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/pagination_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/paginators/strategies/stop_condition.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/query_properties/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/query_properties/property_selector/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/query_properties/property_selector/json_schema_property_selector.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/query_properties/property_selector/property_selector.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/query_properties/strategies/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/query_properties/strategies/group_by_key.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/query_properties/strategies/merge_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/request_option.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/request_options/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/request_options/datetime_based_request_options_provider.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/request_options/default_request_options_provider.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/request_options/interpolated_nested_request_input_provider.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/request_options/interpolated_request_input_provider.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/request_options/interpolated_request_options_provider.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/request_options/per_partition_request_option_provider.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/request_options/request_options_provider.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/request_path.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/requesters/requester.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/resolvers/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/resolvers/components_resolver.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/resolvers/config_components_resolver.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/resolvers/http_components_resolver.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/resolvers/parametrized_components_resolver.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/async_retriever.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/file_uploader/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/file_uploader/connector_builder_file_uploader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/file_uploader/default_file_uploader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/file_uploader/file_uploader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/file_uploader/file_writer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/file_uploader/local_file_system_file_writer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/file_uploader/noop_file_writer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/pagination_tracker.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/retrievers/retriever.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/schema/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/schema/composite_schema_loader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/schema/default_schema_loader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/schema/dynamic_schema_loader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/schema/inline_schema_loader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/schema/json_file_schema_loader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/schema/schema_loader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/spec/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/spec/spec.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/stream_slicers/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/stream_slicers/stream_slicer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/stream_slicers/stream_slicer_test_read_decorator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/add_fields.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/config_transformations/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/config_transformations/add_fields.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/config_transformations/config_transformation.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/config_transformations/remap_field.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/config_transformations/remove_fields.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/dpath_flatten_fields.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/flatten_fields.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/keys_replace_transformation.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/keys_to_lower_transformation.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/keys_to_snake_transformation.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/remove_fields.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/transformations/transformation.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/types.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/validators/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/validators/dpath_validator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/validators/predicate_validator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/validators/validate_adheres_to_schema.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/validators/validation_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/validators/validator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/declarative/yaml_declarative_source.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/README.md +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/availability_strategy/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/availability_strategy/abstract_file_based_availability_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/availability_strategy/default_file_based_availability_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/config/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/config/abstract_file_based_spec.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/config/avro_format.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/config/csv_format.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/config/excel_format.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/config/file_based_stream_config.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/config/jsonl_format.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/config/parquet_format.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/config/unstructured_format.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/config/validate_config_transfer_modes.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/discovery_policy/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/discovery_policy/abstract_discovery_policy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/discovery_policy/default_discovery_policy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/exceptions.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_based_source.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_based_stream_permissions_reader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_based_stream_reader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_record_data.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_types/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_types/avro_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_types/csv_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_types/excel_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_types/file_transfer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_types/file_type_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_types/jsonl_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_types/parquet_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/file_types/unstructured_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/remote_file.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/schema_helpers.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/schema_validation_policies/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/schema_validation_policies/abstract_schema_validation_policy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/schema_validation_policies/default_schema_validation_policies.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/abstract_file_based_stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/concurrent/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/concurrent/adapters.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/abstract_concurrent_file_based_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/file_based_concurrent_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/concurrent/cursor/file_based_final_state_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/cursor/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/cursor/abstract_file_based_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/cursor/default_file_based_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/default_file_based_stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/identities_stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/stream/permissions_file_based_stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/file_based/types.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/http_config.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/http_logger.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/message/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/message/concurrent_repository.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/message/repository.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/source.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/specs/transfer_modes.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/availability_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/call_rate.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/checkpoint/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/checkpoint/checkpoint_reader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/checkpoint/cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/checkpoint/per_partition_key_serializer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/checkpoint/resumable_full_refresh_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/checkpoint/substream_resumable_full_refresh_cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/README.md +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/abstract_stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/abstract_stream_facade.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/adapters.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/availability_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/clamping.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/cursor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/cursor_types.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/default_stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/exceptions.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/helpers.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/partition_enqueuer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/partition_reader.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/partitions/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/partitions/partition.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/partitions/partition_generator.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/partitions/stream_slicer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/partitions/types.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/state_converters/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/state_converters/abstract_stream_state_converter.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/state_converters/datetime_stream_state_converter.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/concurrent/state_converters/incrementing_count_stream_state_converter.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/core.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/availability_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/error_handlers/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/error_handlers/backoff_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/error_handlers/default_backoff_strategy.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/error_handlers/default_error_mapping.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/error_handlers/error_handler.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/error_handlers/error_message_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/error_handlers/http_status_error_handler.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/error_handlers/json_error_message_parser.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/error_handlers/response_models.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/exceptions.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/http.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/http_client.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/pagination_reset_exception.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/rate_limiting.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/requests_native_auth/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/requests_native_auth/abstract_oauth.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/requests_native_auth/abstract_token.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/requests_native_auth/oauth.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/http/requests_native_auth/token.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/permissions/identities_stream.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/streams/utils/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/types.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/utils/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/utils/casing.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/utils/files_directory.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/utils/record_helper.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/utils/schema_helpers.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/utils/slice_logger.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/utils/types.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/_util/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/_util/hashing.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/_util/name_normalizers.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/constants.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/exceptions.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/secrets.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/shared/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/shared/catalog_providers.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/shared/sql_processor.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sql/types.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/catalog_builder.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/entrypoint_wrapper.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/mock_http/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/mock_http/matcher.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/mock_http/mocker.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/mock_http/request.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/mock_http/response.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/mock_http/response_builder.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/models/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/models/outcome.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/models/scenario.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/standard_tests/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/standard_tests/_job_runner.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/standard_tests/connector_base.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/standard_tests/declarative_sources.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/standard_tests/destination_base.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/standard_tests/docker_base.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/standard_tests/pytest_hooks.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/standard_tests/source_base.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/standard_tests/util.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/state_builder.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/utils/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/utils/data.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/utils/http_mocking.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/utils/manifest_only_fixtures.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/test/utils/reading.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/__init__.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/airbyte_secrets_utils.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/analytics_message.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/connector_paths.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/constants.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/datetime_format_inferrer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/datetime_helpers.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/docker.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/event_timing.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/is_cloud_environment.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/mapping_helpers.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/message_utils.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/oneof_option_config.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/print_buffer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/schema_inferrer.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/slice_hasher.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/spec_schema_transformations.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/stream_status_utils.py +0 -0
- {airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/utils/traced_exception.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: airbyte-cdk
|
|
3
|
-
Version: 7.4.
|
|
3
|
+
Version: 7.4.1
|
|
4
4
|
Summary: A framework for writing Airbyte Connectors.
|
|
5
5
|
Home-page: https://airbyte.com
|
|
6
6
|
License: MIT
|
|
@@ -45,8 +45,9 @@ Requires-Dist: google-cloud-secret-manager (>=2.17.0,<3.0.0)
|
|
|
45
45
|
Requires-Dist: isodate (>=0.6.1,<0.7.0)
|
|
46
46
|
Requires-Dist: jsonref (>=1,<2)
|
|
47
47
|
Requires-Dist: jsonschema (>=4.17.3,<5.0)
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist: langchain_core (
|
|
48
|
+
Requires-Dist: langchain_community (>=0.4,<0.5) ; extra == "vector-db-based"
|
|
49
|
+
Requires-Dist: langchain_core (>=1.0.0,<2.0.0) ; extra == "vector-db-based"
|
|
50
|
+
Requires-Dist: langchain_text_splitters (>=1.0.0,<2.0.0) ; extra == "vector-db-based"
|
|
50
51
|
Requires-Dist: markdown ; extra == "file-based"
|
|
51
52
|
Requires-Dist: nltk (==3.9.1)
|
|
52
53
|
Requires-Dist: openai[embeddings] (==0.27.9) ; extra == "vector-db-based"
|
|
@@ -8,9 +8,9 @@ from dataclasses import dataclass
|
|
|
8
8
|
from typing import Any, Dict, List, Mapping, Optional, Tuple
|
|
9
9
|
|
|
10
10
|
import dpath
|
|
11
|
-
from langchain.text_splitter import Language, RecursiveCharacterTextSplitter
|
|
12
|
-
from langchain.utils import stringify_dict
|
|
13
11
|
from langchain_core.documents.base import Document
|
|
12
|
+
from langchain_core.utils.strings import stringify_dict
|
|
13
|
+
from langchain_text_splitters import Language, RecursiveCharacterTextSplitter
|
|
14
14
|
|
|
15
15
|
from airbyte_cdk.destinations.vector_db_based.config import (
|
|
16
16
|
ProcessingConfigModel,
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/embedder.py
RENAMED
|
@@ -7,10 +7,12 @@ from abc import ABC, abstractmethod
|
|
|
7
7
|
from dataclasses import dataclass
|
|
8
8
|
from typing import List, Optional, Union, cast
|
|
9
9
|
|
|
10
|
-
from
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
from langchain_community.embeddings import (
|
|
11
|
+
CohereEmbeddings,
|
|
12
|
+
FakeEmbeddings,
|
|
13
|
+
LocalAIEmbeddings,
|
|
14
|
+
OpenAIEmbeddings,
|
|
15
|
+
)
|
|
14
16
|
|
|
15
17
|
from airbyte_cdk.destinations.vector_db_based.config import (
|
|
16
18
|
AzureOpenAIEmbeddingConfigModel,
|
|
@@ -140,7 +142,9 @@ class CohereEmbedder(Embedder):
|
|
|
140
142
|
super().__init__()
|
|
141
143
|
# Client is set internally
|
|
142
144
|
self.embeddings = CohereEmbeddings(
|
|
143
|
-
cohere_api_key=config.cohere_key,
|
|
145
|
+
cohere_api_key=config.cohere_key,
|
|
146
|
+
model="embed-english-light-v2.0",
|
|
147
|
+
user_agent="airbyte-cdk",
|
|
144
148
|
) # type: ignore
|
|
145
149
|
|
|
146
150
|
def check(self) -> Optional[str]:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Example:
|
|
6
6
|
# docker build -f airbyte_cdk/manifest_server/Dockerfile -t airbyte/manifest-server .
|
|
7
7
|
|
|
8
|
-
FROM python:3.
|
|
8
|
+
FROM python:3.13.9-slim-bookworm@sha256:4c9fe962f6ce46ecf3633a7e9d0a9fb7f5622121ee00d628eff206da024147c9
|
|
9
9
|
|
|
10
10
|
# Install git (needed for dynamic versioning) and poetry
|
|
11
11
|
RUN apt-get update && \
|
|
@@ -3353,7 +3353,7 @@ definitions:
|
|
|
3353
3353
|
- ["code", "type"]
|
|
3354
3354
|
PropertiesFromEndpoint:
|
|
3355
3355
|
title: Properties from Endpoint
|
|
3356
|
-
description: Defines the behavior for fetching the list of properties from an API that will be loaded into the requests to extract records.
|
|
3356
|
+
description: Defines the behavior for fetching the list of properties from an API that will be loaded into the requests to extract records. Note that stream_slices can't be interpolated from this retriever.
|
|
3357
3357
|
type: object
|
|
3358
3358
|
required:
|
|
3359
3359
|
- type
|
|
@@ -551,9 +551,13 @@ from airbyte_cdk.sources.declarative.schema import (
|
|
|
551
551
|
DynamicSchemaLoader,
|
|
552
552
|
InlineSchemaLoader,
|
|
553
553
|
JsonFileSchemaLoader,
|
|
554
|
+
SchemaLoader,
|
|
554
555
|
SchemaTypeIdentifier,
|
|
555
556
|
TypesMap,
|
|
556
557
|
)
|
|
558
|
+
from airbyte_cdk.sources.declarative.schema.caching_schema_loader_decorator import (
|
|
559
|
+
CachingSchemaLoaderDecorator,
|
|
560
|
+
)
|
|
557
561
|
from airbyte_cdk.sources.declarative.schema.composite_schema_loader import CompositeSchemaLoader
|
|
558
562
|
from airbyte_cdk.sources.declarative.spec import ConfigMigration, Spec
|
|
559
563
|
from airbyte_cdk.sources.declarative.stream_slicers import (
|
|
@@ -2095,13 +2099,7 @@ class ModelToComponentFactory:
|
|
|
2095
2099
|
if isinstance(retriever, AsyncRetriever):
|
|
2096
2100
|
stream_slicer = retriever.stream_slicer
|
|
2097
2101
|
|
|
2098
|
-
schema_loader:
|
|
2099
|
-
CompositeSchemaLoader,
|
|
2100
|
-
DefaultSchemaLoader,
|
|
2101
|
-
DynamicSchemaLoader,
|
|
2102
|
-
InlineSchemaLoader,
|
|
2103
|
-
JsonFileSchemaLoader,
|
|
2104
|
-
]
|
|
2102
|
+
schema_loader: SchemaLoader
|
|
2105
2103
|
if model.schema_loader and isinstance(model.schema_loader, list):
|
|
2106
2104
|
nested_schema_loaders = [
|
|
2107
2105
|
self._create_component_from_model(model=nested_schema_loader, config=config)
|
|
@@ -2120,6 +2118,7 @@ class ModelToComponentFactory:
|
|
|
2120
2118
|
if "name" not in options:
|
|
2121
2119
|
options["name"] = model.name
|
|
2122
2120
|
schema_loader = DefaultSchemaLoader(config=config, parameters=options)
|
|
2121
|
+
schema_loader = CachingSchemaLoaderDecorator(schema_loader)
|
|
2123
2122
|
|
|
2124
2123
|
stream_name = model.name or ""
|
|
2125
2124
|
return DefaultStream(
|
|
@@ -22,19 +22,27 @@ class PropertiesFromEndpoint:
|
|
|
22
22
|
config: Config
|
|
23
23
|
parameters: InitVar[Mapping[str, Any]]
|
|
24
24
|
|
|
25
|
+
_cached_properties: Optional[List[str]] = None
|
|
26
|
+
|
|
25
27
|
def __post_init__(self, parameters: Mapping[str, Any]) -> None:
|
|
26
28
|
self._property_field_path = [
|
|
27
29
|
InterpolatedString(string=property_field, parameters=parameters)
|
|
28
30
|
for property_field in self.property_field_path
|
|
29
31
|
]
|
|
30
32
|
|
|
31
|
-
def get_properties_from_endpoint(self
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
33
|
+
def get_properties_from_endpoint(self) -> List[str]:
|
|
34
|
+
if self._cached_properties is None:
|
|
35
|
+
self._cached_properties = list(
|
|
36
|
+
map(
|
|
37
|
+
self._get_property, # type: ignore # SimpleRetriever and AsyncRetriever only returns Record. Should we change the return type of Retriever.read_records?
|
|
38
|
+
self.retriever.read_records(records_schema={}, stream_slice=None),
|
|
39
|
+
)
|
|
40
|
+
)
|
|
41
|
+
return self._cached_properties
|
|
42
|
+
|
|
43
|
+
def _get_property(self, property_obj: Mapping[str, Any]) -> str:
|
|
44
|
+
path = [
|
|
45
|
+
node.eval(self.config) if not isinstance(node, str) else node
|
|
46
|
+
for node in self._property_field_path
|
|
47
|
+
]
|
|
48
|
+
return str(dpath.get(property_obj, path, default=[])) # type: ignore # extracted will be a MutableMapping, given input data structure
|
|
@@ -41,7 +41,7 @@ class PropertyChunking:
|
|
|
41
41
|
|
|
42
42
|
def get_request_property_chunks(
|
|
43
43
|
self,
|
|
44
|
-
property_fields:
|
|
44
|
+
property_fields: List[str],
|
|
45
45
|
always_include_properties: Optional[List[str]],
|
|
46
46
|
configured_properties: Optional[Set[str]],
|
|
47
47
|
) -> Iterable[List[str]]:
|
|
@@ -30,23 +30,16 @@ class QueryProperties:
|
|
|
30
30
|
config: Config
|
|
31
31
|
parameters: InitVar[Mapping[str, Any]]
|
|
32
32
|
|
|
33
|
-
def get_request_property_chunks(
|
|
34
|
-
self,
|
|
35
|
-
stream_slice: Optional[StreamSlice] = None,
|
|
36
|
-
) -> Iterable[List[str]]:
|
|
33
|
+
def get_request_property_chunks(self) -> Iterable[List[str]]:
|
|
37
34
|
"""
|
|
38
35
|
Uses the defined property_list to fetch the total set of properties dynamically or from a static list
|
|
39
36
|
and based on the resulting properties, performs property chunking if applicable.
|
|
40
|
-
:param stream_slice: The StreamSlice of the current partition being processed during the sync. This is included
|
|
41
|
-
because subcomponents of QueryProperties can make use of interpolation of the top-level StreamSlice object
|
|
42
|
-
:param configured_stream: The customer configured stream being synced which is needed to identify which
|
|
43
|
-
record fields to query for and emit.
|
|
44
37
|
"""
|
|
38
|
+
fields: List[str]
|
|
45
39
|
configured_properties = self.property_selector.select() if self.property_selector else None
|
|
46
40
|
|
|
47
|
-
fields: Union[Iterable[str], List[str]]
|
|
48
41
|
if isinstance(self.property_list, PropertiesFromEndpoint):
|
|
49
|
-
fields = self.property_list.get_properties_from_endpoint(
|
|
42
|
+
fields = self.property_list.get_properties_from_endpoint()
|
|
50
43
|
else:
|
|
51
44
|
fields = self.property_list if self.property_list else []
|
|
52
45
|
|
|
@@ -385,9 +385,9 @@ class SimpleRetriever(Retriever):
|
|
|
385
385
|
response = None
|
|
386
386
|
try:
|
|
387
387
|
if self.additional_query_properties:
|
|
388
|
-
for
|
|
389
|
-
|
|
390
|
-
):
|
|
388
|
+
for (
|
|
389
|
+
properties
|
|
390
|
+
) in self.additional_query_properties.get_request_property_chunks():
|
|
391
391
|
stream_slice = StreamSlice(
|
|
392
392
|
partition=stream_slice.partition or {},
|
|
393
393
|
cursor_slice=stream_slice.cursor_slice or {},
|
|
@@ -523,7 +523,6 @@ class SimpleRetriever(Retriever):
|
|
|
523
523
|
"""
|
|
524
524
|
_slice = stream_slice or StreamSlice(partition={}, cursor_slice={}) # None-check
|
|
525
525
|
|
|
526
|
-
most_recent_record_from_slice = None
|
|
527
526
|
record_generator = partial(
|
|
528
527
|
self._parse_records,
|
|
529
528
|
stream_slice=stream_slice,
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from typing import Any, Mapping, Optional
|
|
2
|
+
|
|
3
|
+
from airbyte_cdk.sources.declarative.schema import SchemaLoader
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class CachingSchemaLoaderDecorator(SchemaLoader):
|
|
7
|
+
def __init__(self, schema_loader: SchemaLoader):
|
|
8
|
+
self._decorated = schema_loader
|
|
9
|
+
self._loaded_schema: Optional[Mapping[str, Any]] = None
|
|
10
|
+
|
|
11
|
+
def get_json_schema(self) -> Mapping[str, Any]:
|
|
12
|
+
if self._loaded_schema is None:
|
|
13
|
+
self._loaded_schema = self._decorated.get_json_schema()
|
|
14
|
+
|
|
15
|
+
return self._loaded_schema # type: ignore # at that point, we assume the schema will be populated
|
|
@@ -31,18 +31,6 @@ class RecordCounter:
|
|
|
31
31
|
return self.total_record_counter
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
class SchemaLoaderCachingDecorator(SchemaLoader):
|
|
35
|
-
def __init__(self, schema_loader: SchemaLoader):
|
|
36
|
-
self._decorated = schema_loader
|
|
37
|
-
self._loaded_schema: Optional[Mapping[str, Any]] = None
|
|
38
|
-
|
|
39
|
-
def get_json_schema(self) -> Mapping[str, Any]:
|
|
40
|
-
if self._loaded_schema is None:
|
|
41
|
-
self._loaded_schema = self._decorated.get_json_schema()
|
|
42
|
-
|
|
43
|
-
return self._loaded_schema # type: ignore # at that point, we assume the schema will be populated
|
|
44
|
-
|
|
45
|
-
|
|
46
34
|
class DeclarativePartitionFactory:
|
|
47
35
|
def __init__(
|
|
48
36
|
self,
|
|
@@ -58,7 +46,7 @@ class DeclarativePartitionFactory:
|
|
|
58
46
|
In order to avoid these problems, we will create one retriever per thread which should make the processing thread-safe.
|
|
59
47
|
"""
|
|
60
48
|
self._stream_name = stream_name
|
|
61
|
-
self._schema_loader =
|
|
49
|
+
self._schema_loader = schema_loader
|
|
62
50
|
self._retriever = retriever
|
|
63
51
|
self._message_repository = message_repository
|
|
64
52
|
self._max_records_limit = max_records_limit
|
|
@@ -3,20 +3,11 @@
|
|
|
3
3
|
#
|
|
4
4
|
|
|
5
5
|
import logging
|
|
6
|
-
from copy import deepcopy
|
|
7
6
|
from enum import Flag, auto
|
|
8
|
-
from typing import
|
|
7
|
+
from typing import Any, Callable, Dict, Generator, Mapping, Optional, cast
|
|
9
8
|
|
|
10
9
|
from jsonschema import Draft7Validator, ValidationError, validators
|
|
11
10
|
from jsonschema.protocols import Validator
|
|
12
|
-
from referencing import Registry, Resource
|
|
13
|
-
from referencing._core import Resolver
|
|
14
|
-
from referencing.exceptions import Unresolvable
|
|
15
|
-
from referencing.jsonschema import DRAFT7
|
|
16
|
-
|
|
17
|
-
from airbyte_cdk.sources.utils.schema_helpers import expand_refs
|
|
18
|
-
|
|
19
|
-
from .schema_helpers import get_ref_resolver_registry
|
|
20
11
|
|
|
21
12
|
MAX_NESTING_DEPTH = 3
|
|
22
13
|
json_to_python_simple = {
|
|
@@ -201,15 +192,6 @@ class TypeTransformer:
|
|
|
201
192
|
validators parameter for detailed description.
|
|
202
193
|
:
|
|
203
194
|
"""
|
|
204
|
-
# Very first step is to expand $refs in the schema itself:
|
|
205
|
-
expand_refs(schema)
|
|
206
|
-
|
|
207
|
-
# Now we can expand $refs in the property value:
|
|
208
|
-
if isinstance(property_value, dict):
|
|
209
|
-
expand_refs(property_value)
|
|
210
|
-
|
|
211
|
-
# Now we can validate and normalize the values:
|
|
212
|
-
|
|
213
195
|
# Transform object and array values before running json schema type checking for each element.
|
|
214
196
|
# Recursively normalize every value of the "instance" sub-object,
|
|
215
197
|
# if "instance" is an incorrect type - skip recursive normalization of "instance"
|
|
@@ -23,7 +23,7 @@ classifiers = [
|
|
|
23
23
|
keywords = ["airbyte", "connector-development-kit", "cdk"]
|
|
24
24
|
|
|
25
25
|
# Python CDK uses dynamic versioning: https://github.com/mtkennerly/poetry-dynamic-versioning
|
|
26
|
-
version = "7.4.
|
|
26
|
+
version = "7.4.1" # Version will be calculated dynamically.
|
|
27
27
|
|
|
28
28
|
[tool.poetry-dynamic-versioning]
|
|
29
29
|
enable = false
|
|
@@ -64,8 +64,9 @@ wcmatch = "10.0"
|
|
|
64
64
|
avro = { version = ">=1.11.2,<1.13.0", optional = true } # TODO: Move into dev dependencies if only used in tests
|
|
65
65
|
cohere = { version = ">=4.21,<6.0.0", optional = true }
|
|
66
66
|
fastavro = { version = ">=1.11.0,<2.0.0", optional = true }
|
|
67
|
-
|
|
68
|
-
langchain_core = { version = "0.
|
|
67
|
+
langchain_community = { version = "^0.4", optional = true }
|
|
68
|
+
langchain_core = { version = "^1.0.0", optional = true }
|
|
69
|
+
langchain_text_splitters = { version = "^1.0.0", optional = true }
|
|
69
70
|
markdown = { version = "*", optional = true } # TODO: Remove if unused
|
|
70
71
|
openai = { version = "0.27.9", extras = ["embeddings"], optional = true } # Used indirectly by langchain library
|
|
71
72
|
pdf2image = { version = "1.16.3", optional = true }
|
|
@@ -121,7 +122,7 @@ dagger-io = "0.19.0"
|
|
|
121
122
|
|
|
122
123
|
[tool.poetry.extras]
|
|
123
124
|
file-based = ["avro", "fastavro", "pyarrow", "unstructured", "pdf2image", "pdfminer.six", "unstructured.pytesseract", "pytesseract", "markdown", "python-calamine", "python-snappy"]
|
|
124
|
-
vector-db-based = ["
|
|
125
|
+
vector-db-based = ["langchain_community", "langchain_core", "langchain_text_splitters", "openai", "cohere", "tiktoken"]
|
|
125
126
|
sql = ["sqlalchemy"]
|
|
126
127
|
dev = ["pytest"]
|
|
127
128
|
manifest-server = ["fastapi", "uvicorn", "ddtrace"]
|
|
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-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/source_declarative_manifest/README.md
RENAMED
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/source_declarative_manifest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/cli/source_declarative_manifest/spec.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/connector_builder_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/test_reader/__init__.py
RENAMED
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/test_reader/helpers.py
RENAMED
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/connector_builder/test_reader/message_grouper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/destinations/vector_db_based/test_utils.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-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/declarative_source.py
RENAMED
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/legacy/sources/declarative/declarative_stream.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
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/manifest_migration.py
RENAMED
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migration_handler.py
RENAMED
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migrations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migrations/registry.yaml
RENAMED
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_migrations/migrations_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/api_models/capabilities.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
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/command_processor/__init__.py
RENAMED
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/command_processor/processor.py
RENAMED
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/manifest_server/command_processor/utils.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
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/concurrent_source/concurrent_source.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_cdk-7.4.0 → airbyte_cdk-7.4.1}/airbyte_cdk/sources/concurrent_source/thread_pool_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|