Skip to content

Commit feded1f

Browse files
committed
Airbyte CDK: rev
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent 6af56bf commit feded1f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

airbyte-integrations/connectors/source-hardcoded-records/integration_tests/configured_catalog.json

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
{
22
"streams": [
3+
{
4+
"stream": {
5+
"name": "customers",
6+
"json_schema": {},
7+
"supported_sync_modes": ["incremental", "full_refresh"],
8+
"source_defined_cursor": true,
9+
"default_cursor_field": ["updated_at"]
10+
},
11+
"sync_mode": "full_refresh",
12+
"destination_sync_mode": "overwrite"
13+
},
14+
{
15+
"stream": {
16+
"name": "products",
17+
"json_schema": {},
18+
"supported_sync_modes": ["incremental", "full_refresh"],
19+
"source_defined_cursor": true,
20+
"default_cursor_field": ["updated_at"]
21+
},
22+
"sync_mode": "full_refresh",
23+
"destination_sync_mode": "overwrite"
24+
},
325
{
426
"stream": {
527
"name": "dummy_fields",

0 commit comments

Comments
 (0)