airbyte-cdk 6.61.0__py3-none-any.whl → 6.61.1__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 +49 -0
- {airbyte_cdk-6.61.0.dist-info → airbyte_cdk-6.61.1.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.61.0.dist-info → airbyte_cdk-6.61.1.dist-info}/RECORD +7 -7
- {airbyte_cdk-6.61.0.dist-info → airbyte_cdk-6.61.1.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.61.0.dist-info → airbyte_cdk-6.61.1.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.61.0.dist-info → airbyte_cdk-6.61.1.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.61.0.dist-info → airbyte_cdk-6.61.1.dist-info}/entry_points.txt +0 -0
@@ -987,6 +987,18 @@ definitions:
|
|
987
987
|
- "%Y-%m-%d %H:%M:%S.%f+00:00"
|
988
988
|
- "%s"
|
989
989
|
- "%ms"
|
990
|
+
suggestions:
|
991
|
+
- "%Y-%m-%d"
|
992
|
+
- "%Y-%m-%d %H:%M:%S"
|
993
|
+
- "%Y-%m-%dT%H:%M:%S"
|
994
|
+
- "%Y-%m-%dT%H:%M:%SZ"
|
995
|
+
- "%Y-%m-%dT%H:%M:%S%z"
|
996
|
+
- "%Y-%m-%dT%H:%M:%S.%fZ"
|
997
|
+
- "%Y-%m-%dT%H:%M:%S.%f%z"
|
998
|
+
- "%Y-%m-%d %H:%M:%S.%f+00:00"
|
999
|
+
- "%s"
|
1000
|
+
- "%ms"
|
1001
|
+
- "%s_as_float"
|
990
1002
|
start_datetime:
|
991
1003
|
title: Start Datetime
|
992
1004
|
description: The datetime that determines the earliest record that should be synced.
|
@@ -1061,6 +1073,18 @@ definitions:
|
|
1061
1073
|
- "%s"
|
1062
1074
|
- "%ms"
|
1063
1075
|
- "%s_as_float"
|
1076
|
+
suggestions:
|
1077
|
+
- "%Y-%m-%d"
|
1078
|
+
- "%Y-%m-%d %H:%M:%S"
|
1079
|
+
- "%Y-%m-%dT%H:%M:%S"
|
1080
|
+
- "%Y-%m-%dT%H:%M:%SZ"
|
1081
|
+
- "%Y-%m-%dT%H:%M:%S%z"
|
1082
|
+
- "%Y-%m-%dT%H:%M:%S.%fZ"
|
1083
|
+
- "%Y-%m-%dT%H:%M:%S.%f%z"
|
1084
|
+
- "%Y-%m-%d %H:%M:%S.%f+00:00"
|
1085
|
+
- "%s"
|
1086
|
+
- "%ms"
|
1087
|
+
- "%s_as_float"
|
1064
1088
|
cursor_granularity:
|
1065
1089
|
title: Cursor Granularity
|
1066
1090
|
description: |
|
@@ -1075,6 +1099,13 @@ definitions:
|
|
1075
1099
|
type: string
|
1076
1100
|
examples:
|
1077
1101
|
- "PT1S"
|
1102
|
+
suggestions:
|
1103
|
+
- "PT0.000001S"
|
1104
|
+
- "PT0.001S"
|
1105
|
+
- "PT1S"
|
1106
|
+
- "PT1M"
|
1107
|
+
- "PT1H"
|
1108
|
+
- "P1D"
|
1078
1109
|
is_data_feed:
|
1079
1110
|
title: Data Feed API
|
1080
1111
|
description: A data feed API is an API that does not allow filtering and paginates the content from the most recent to the least recent. Given this, the CDK needs to know when to stop paginating and this field will generate a stop condition for pagination.
|
@@ -1133,6 +1164,12 @@ definitions:
|
|
1133
1164
|
examples:
|
1134
1165
|
- "P1W"
|
1135
1166
|
- "{{ config['step_increment'] }}"
|
1167
|
+
suggestions:
|
1168
|
+
- "PT1H"
|
1169
|
+
- "P1D"
|
1170
|
+
- "P1W"
|
1171
|
+
- "P1M"
|
1172
|
+
- "P1Y"
|
1136
1173
|
$parameters:
|
1137
1174
|
type: object
|
1138
1175
|
additionalProperties: true
|
@@ -2804,6 +2841,18 @@ definitions:
|
|
2804
2841
|
- "%Y-%m-%dT%H:%M:%S.%f%z"
|
2805
2842
|
- "%Y-%m-%d"
|
2806
2843
|
- "%s"
|
2844
|
+
suggestions:
|
2845
|
+
- "%Y-%m-%d"
|
2846
|
+
- "%Y-%m-%d %H:%M:%S"
|
2847
|
+
- "%Y-%m-%dT%H:%M:%S"
|
2848
|
+
- "%Y-%m-%dT%H:%M:%SZ"
|
2849
|
+
- "%Y-%m-%dT%H:%M:%S%z"
|
2850
|
+
- "%Y-%m-%dT%H:%M:%S.%fZ"
|
2851
|
+
- "%Y-%m-%dT%H:%M:%S.%f%z"
|
2852
|
+
- "%Y-%m-%d %H:%M:%S.%f+00:00"
|
2853
|
+
- "%s"
|
2854
|
+
- "%ms"
|
2855
|
+
- "%s_as_float"
|
2807
2856
|
max_datetime:
|
2808
2857
|
title: Max Datetime
|
2809
2858
|
description: Ceiling applied on the datetime value. Must be formatted with the datetime_format field.
|
@@ -90,7 +90,7 @@ airbyte_cdk/sources/declarative/concurrent_declarative_source.py,sha256=5nvL9wbc
|
|
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=vA7Rt2XswBk027Hw61i-0A2sJW5ohptlCAI77xLoQkU,188222
|
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
|
@@ -425,9 +425,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
425
425
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
426
426
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
427
427
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
428
|
-
airbyte_cdk-6.61.
|
429
|
-
airbyte_cdk-6.61.
|
430
|
-
airbyte_cdk-6.61.
|
431
|
-
airbyte_cdk-6.61.
|
432
|
-
airbyte_cdk-6.61.
|
433
|
-
airbyte_cdk-6.61.
|
428
|
+
airbyte_cdk-6.61.1.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
429
|
+
airbyte_cdk-6.61.1.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
430
|
+
airbyte_cdk-6.61.1.dist-info/METADATA,sha256=ZaU6cQVOtVQiXUd8WXEI_dIFAN2Gwm6XP_FB-cTVKfM,6477
|
431
|
+
airbyte_cdk-6.61.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
432
|
+
airbyte_cdk-6.61.1.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
433
|
+
airbyte_cdk-6.61.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|