airbyte-cdk 6.48.7.dev4__py3-none-any.whl → 6.48.7.dev5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airbyte_cdk/test/catalog_builder.py +5 -1
- {airbyte_cdk-6.48.7.dev4.dist-info → airbyte_cdk-6.48.7.dev5.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.48.7.dev4.dist-info → airbyte_cdk-6.48.7.dev5.dist-info}/RECORD +7 -7
- {airbyte_cdk-6.48.7.dev4.dist-info → airbyte_cdk-6.48.7.dev5.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.48.7.dev4.dist-info → airbyte_cdk-6.48.7.dev5.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.48.7.dev4.dist-info → airbyte_cdk-6.48.7.dev5.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.48.7.dev4.dist-info → airbyte_cdk-6.48.7.dev5.dist-info}/entry_points.txt +0 -0
@@ -21,7 +21,7 @@ class ConfiguredAirbyteStreamBuilder:
|
|
21
21
|
"supported_sync_modes": ["full_refresh", "incremental"],
|
22
22
|
"source_defined_primary_key": [["id"]],
|
23
23
|
},
|
24
|
-
"primary_key":
|
24
|
+
"primary_key": None,
|
25
25
|
"sync_mode": "full_refresh",
|
26
26
|
"destination_sync_mode": "overwrite",
|
27
27
|
}
|
@@ -40,6 +40,10 @@ class ConfiguredAirbyteStreamBuilder:
|
|
40
40
|
self._stream["destination_sync_mode"] = sync_mode.name
|
41
41
|
return self
|
42
42
|
|
43
|
+
def with_destination_object_name(self, name: str) -> "ConfiguredAirbyteStreamBuilder":
|
44
|
+
self._stream["destination_object_name"] = name
|
45
|
+
return self
|
46
|
+
|
43
47
|
def with_primary_key(self, pk: List[List[str]]) -> "ConfiguredAirbyteStreamBuilder":
|
44
48
|
self._stream["primary_key"] = pk
|
45
49
|
self._stream["stream"]["source_defined_primary_key"] = pk # type: ignore # we assume that self._stream["stream"] is a Dict[str, Any]
|
@@ -364,7 +364,7 @@ airbyte_cdk/sql/shared/catalog_providers.py,sha256=qiahORhtN6qBUGHhSKmzE00uC4i6W
|
|
364
364
|
airbyte_cdk/sql/shared/sql_processor.py,sha256=1CwfC3fp9dWnHBpKtly7vGduf9ho_MahiwxGFcULG3Y,27687
|
365
365
|
airbyte_cdk/sql/types.py,sha256=XEIhRAo_ASd0kVLBkdLf5bHiRhNple-IJrC9TibcDdY,5880
|
366
366
|
airbyte_cdk/test/__init__.py,sha256=f_XdkOg4_63QT2k3BbKY34209lppwgw-svzfZstQEq4,199
|
367
|
-
airbyte_cdk/test/catalog_builder.py,sha256=
|
367
|
+
airbyte_cdk/test/catalog_builder.py,sha256=bgTtaJSbTgWVNiME1PyC390Un5Ki8ZROk5pfcaRtN04,3459
|
368
368
|
airbyte_cdk/test/entrypoint_wrapper.py,sha256=TyUmVJyIuGelAv6y8Wy_BnwqIRw_drjfZWKlroljCuQ,9951
|
369
369
|
airbyte_cdk/test/mock_http/__init__.py,sha256=jE5kC6CQ0OXkTqKhciDnNVZHesBFVIA2YvkdFGwva7k,322
|
370
370
|
airbyte_cdk/test/mock_http/matcher.py,sha256=4Qj8UnJKZIs-eodshryce3SN1Ayc8GZpBETmP6hTEyc,1446
|
@@ -408,9 +408,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
408
408
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
409
409
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
410
410
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
411
|
-
airbyte_cdk-6.48.7.
|
412
|
-
airbyte_cdk-6.48.7.
|
413
|
-
airbyte_cdk-6.48.7.
|
414
|
-
airbyte_cdk-6.48.7.
|
415
|
-
airbyte_cdk-6.48.7.
|
416
|
-
airbyte_cdk-6.48.7.
|
411
|
+
airbyte_cdk-6.48.7.dev5.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
412
|
+
airbyte_cdk-6.48.7.dev5.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
413
|
+
airbyte_cdk-6.48.7.dev5.dist-info/METADATA,sha256=kQk0YBhoPy0lhkmKqLoa78jV5QTxWa_L54NK_tQux2M,6358
|
414
|
+
airbyte_cdk-6.48.7.dev5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
415
|
+
airbyte_cdk-6.48.7.dev5.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
416
|
+
airbyte_cdk-6.48.7.dev5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|