airbyte-cdk 6.60.11__py3-none-any.whl → 6.60.12__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/sources/declarative/declarative_component_schema.yaml +2 -1
- airbyte_cdk/sources/declarative/models/declarative_component_schema.py +3 -1
- {airbyte_cdk-6.60.11.dist-info → airbyte_cdk-6.60.12.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.60.11.dist-info → airbyte_cdk-6.60.12.dist-info}/RECORD +8 -8
- {airbyte_cdk-6.60.11.dist-info → airbyte_cdk-6.60.12.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.60.11.dist-info → airbyte_cdk-6.60.12.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.60.11.dist-info → airbyte_cdk-6.60.12.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.60.11.dist-info → airbyte_cdk-6.60.12.dist-info}/entry_points.txt +0 -0
@@ -1838,6 +1838,7 @@ definitions:
|
|
1838
1838
|
"$ref": "#/definitions/RequestOption"
|
1839
1839
|
page_token_option:
|
1840
1840
|
title: Inject Page Token Into Outgoing HTTP Request
|
1841
|
+
description: Inject the page token into the outgoing HTTP requests by inserting it into either the request URL path or a field on the request.
|
1841
1842
|
anyOf:
|
1842
1843
|
- "$ref": "#/definitions/RequestOption"
|
1843
1844
|
- "$ref": "#/definitions/RequestPath"
|
@@ -3486,7 +3487,7 @@ definitions:
|
|
3486
3487
|
- [["content", "html"], ["content", "plain_text"]]
|
3487
3488
|
RequestPath:
|
3488
3489
|
title: Request Path
|
3489
|
-
description:
|
3490
|
+
description: The URL path to be used for the HTTP request.
|
3490
3491
|
type: object
|
3491
3492
|
required:
|
3492
3493
|
- type
|
@@ -2002,7 +2002,9 @@ class DefaultPaginator(BaseModel):
|
|
2002
2002
|
None, title="Inject Page Size Into Outgoing HTTP Request"
|
2003
2003
|
)
|
2004
2004
|
page_token_option: Optional[Union[RequestOption, RequestPath]] = Field(
|
2005
|
-
None,
|
2005
|
+
None,
|
2006
|
+
description="Inject the page token into the outgoing HTTP requests by inserting it into either the request URL path or a field on the request.",
|
2007
|
+
title="Inject Page Token Into Outgoing HTTP Request",
|
2006
2008
|
)
|
2007
2009
|
parameters: Optional[Dict[str, Any]] = Field(None, alias="$parameters")
|
2008
2010
|
|
@@ -90,7 +90,7 @@ airbyte_cdk/sources/declarative/concurrent_declarative_source.py,sha256=_C0IKcPl
|
|
90
90
|
airbyte_cdk/sources/declarative/datetime/__init__.py,sha256=4Hw-PX1-VgESLF16cDdvuYCzGJtHntThLF4qIiULWeo,61
|
91
91
|
airbyte_cdk/sources/declarative/datetime/datetime_parser.py,sha256=_zGNGq31RNy_0QBLt_EcTvgPyhj7urPdx6oA3M5-r3o,3150
|
92
92
|
airbyte_cdk/sources/declarative/datetime/min_max_datetime.py,sha256=0BHBtDNQZfvwM45-tY5pNlTcKAFSGGNxemoi0Jic-0E,5785
|
93
|
-
airbyte_cdk/sources/declarative/declarative_component_schema.yaml,sha256=
|
93
|
+
airbyte_cdk/sources/declarative/declarative_component_schema.yaml,sha256=Eh6oMmfFmqNVPZrIG9h5uFKrH3wn0DMjsRRFE47MzT0,186727
|
94
94
|
airbyte_cdk/sources/declarative/declarative_source.py,sha256=qmyMnnet92eGc3C22yBtpvD5UZjqdhsAafP_zxI5wp8,1814
|
95
95
|
airbyte_cdk/sources/declarative/declarative_stream.py,sha256=dCRlddBUSaJmBNBz1pSO1r2rTw8AP5d2_vlmIeGs2gg,10767
|
96
96
|
airbyte_cdk/sources/declarative/decoders/__init__.py,sha256=JHb_0d3SE6kNY10mxA5YBEKPeSbsWYjByq1gUQxepoE,953
|
@@ -134,7 +134,7 @@ airbyte_cdk/sources/declarative/migrations/legacy_to_per_partition_state_migrati
|
|
134
134
|
airbyte_cdk/sources/declarative/migrations/state_migration.py,sha256=KWPjealMLKSMtajXgkdGgKg7EmTLR-CqqD7UIh0-eDU,794
|
135
135
|
airbyte_cdk/sources/declarative/models/__init__.py,sha256=nUFxNCiKeYRVXuZEKA7GD-lTHxsiKcQ8FitZjKhPIvE,100
|
136
136
|
airbyte_cdk/sources/declarative/models/base_model_with_deprecations.py,sha256=Imnj3yef0aqRdLfaUxkIYISUb8YkiPrRH_wBd-x8HjM,5999
|
137
|
-
airbyte_cdk/sources/declarative/models/declarative_component_schema.py,sha256=
|
137
|
+
airbyte_cdk/sources/declarative/models/declarative_component_schema.py,sha256=51I1NqqIorJwfnEU6M00wZ6PObh8ErVFDV9A_DN0W38,132291
|
138
138
|
airbyte_cdk/sources/declarative/parsers/__init__.py,sha256=ZnqYNxHsKCgO38IwB34RQyRMXTs4GTvlRi3ImKnIioo,61
|
139
139
|
airbyte_cdk/sources/declarative/parsers/custom_code_compiler.py,sha256=nlVvHC511NUyDEEIRBkoeDTAvLqKNp-hRy8D19z8tdk,5941
|
140
140
|
airbyte_cdk/sources/declarative/parsers/custom_exceptions.py,sha256=wnRUP0Xeru9Rbu5OexXSDN9QWDo8YU4tT9M2LDVOgGA,802
|
@@ -424,9 +424,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
424
424
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
425
425
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
426
426
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
427
|
-
airbyte_cdk-6.60.
|
428
|
-
airbyte_cdk-6.60.
|
429
|
-
airbyte_cdk-6.60.
|
430
|
-
airbyte_cdk-6.60.
|
431
|
-
airbyte_cdk-6.60.
|
432
|
-
airbyte_cdk-6.60.
|
427
|
+
airbyte_cdk-6.60.12.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
428
|
+
airbyte_cdk-6.60.12.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
429
|
+
airbyte_cdk-6.60.12.dist-info/METADATA,sha256=CxKwnsmFGDzzg0og4DZPs8zEYZMR51c9i6bzWfem12Q,6478
|
430
|
+
airbyte_cdk-6.60.12.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
431
|
+
airbyte_cdk-6.60.12.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
432
|
+
airbyte_cdk-6.60.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|