|
16 | 16 | "stream": {
|
17 | 17 | "name": "GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL",
|
18 | 18 | "json_schema": {},
|
19 |
| - "supported_sync_modes": ["full_refresh", "incremental"], |
20 |
| - "source_defined_cursor": true, |
21 |
| - "default_cursor_field": ["createdTime"] |
| 19 | + "supported_sync_modes": ["full_refresh"] |
22 | 20 | },
|
23 |
| - "sync_mode": "incremental", |
24 |
| - "destination_sync_mode": "append", |
25 |
| - "cursor_field": ["createdTime"] |
| 21 | + "sync_mode": "full_refresh", |
| 22 | + "destination_sync_mode": "overwrite" |
26 | 23 | },
|
27 | 24 | {
|
28 | 25 | "stream": {
|
29 | 26 | "name": "GET_MERCHANT_LISTINGS_ALL_DATA",
|
30 | 27 | "json_schema": {},
|
31 |
| - "supported_sync_modes": ["full_refresh", "incremental"], |
32 |
| - "source_defined_cursor": true, |
33 |
| - "default_cursor_field": ["createdTime"] |
| 28 | + "supported_sync_modes": ["full_refresh"] |
34 | 29 | },
|
35 |
| - "sync_mode": "incremental", |
36 |
| - "destination_sync_mode": "append", |
37 |
| - "cursor_field": ["createdTime"] |
| 30 | + "sync_mode": "full_refresh", |
| 31 | + "destination_sync_mode": "overwrite" |
38 | 32 | },
|
39 | 33 | {
|
40 | 34 | "stream": {
|
41 | 35 | "name": "GET_FBA_INVENTORY_AGED_DATA",
|
42 | 36 | "json_schema": {},
|
43 |
| - "supported_sync_modes": ["full_refresh", "incremental"], |
44 |
| - "source_defined_cursor": true, |
45 |
| - "default_cursor_field": ["createdTime"] |
| 37 | + "supported_sync_modes": ["full_refresh"] |
46 | 38 | },
|
47 |
| - "sync_mode": "incremental", |
48 |
| - "destination_sync_mode": "append", |
49 |
| - "cursor_field": ["createdTime"] |
| 39 | + "sync_mode": "full_refresh", |
| 40 | + "destination_sync_mode": "overwrite" |
| 41 | + }, |
| 42 | + { |
| 43 | + "stream": { |
| 44 | + "name": "GET_AMAZON_FULFILLED_SHIPMENTS_DATA_GENERAL", |
| 45 | + "json_schema": {}, |
| 46 | + "supported_sync_modes": ["full_refresh"] |
| 47 | + }, |
| 48 | + "sync_mode": "full_refresh", |
| 49 | + "destination_sync_mode": "overwrite" |
| 50 | + }, |
| 51 | + { |
| 52 | + "stream": { |
| 53 | + "name": "GET_FLAT_FILE_OPEN_LISTINGS_DATA", |
| 54 | + "json_schema": {}, |
| 55 | + "supported_sync_modes": ["full_refresh"] |
| 56 | + }, |
| 57 | + "sync_mode": "full_refresh", |
| 58 | + "destination_sync_mode": "overwrite" |
| 59 | + }, |
| 60 | + { |
| 61 | + "stream": { |
| 62 | + "name": "GET_FBA_FULFILLMENT_REMOVAL_ORDER_DETAIL_DATA", |
| 63 | + "json_schema": {}, |
| 64 | + "supported_sync_modes": ["full_refresh"] |
| 65 | + }, |
| 66 | + "sync_mode": "full_refresh", |
| 67 | + "destination_sync_mode": "overwrite" |
| 68 | + }, |
| 69 | + { |
| 70 | + "stream": { |
| 71 | + "name": "GET_FBA_FULFILLMENT_REMOVAL_SHIPMENT_DETAIL_DATA", |
| 72 | + "json_schema": {}, |
| 73 | + "supported_sync_modes": ["full_refresh"] |
| 74 | + }, |
| 75 | + "sync_mode": "full_refresh", |
| 76 | + "destination_sync_mode": "overwrite" |
| 77 | + }, |
| 78 | + { |
| 79 | + "stream": { |
| 80 | + "name": "GET_VENDOR_INVENTORY_HEALTH_AND_PLANNING_REPORT", |
| 81 | + "json_schema": {}, |
| 82 | + "supported_sync_modes": ["full_refresh"] |
| 83 | + }, |
| 84 | + "sync_mode": "full_refresh", |
| 85 | + "destination_sync_mode": "overwrite" |
| 86 | + }, |
| 87 | + { |
| 88 | + "stream": { |
| 89 | + "name": "VendorDirectFulfillmentShipping", |
| 90 | + "json_schema": {}, |
| 91 | + "supported_sync_modes": ["full_refresh"] |
| 92 | + }, |
| 93 | + "sync_mode": "full_refresh", |
| 94 | + "destination_sync_mode": "overwrite" |
50 | 95 | }
|
51 | 96 | ]
|
52 | 97 | }
|
0 commit comments