You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte_cdk/sources/declarative/declarative_component_schema.yaml
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -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.
0 commit comments