|
34 | 34 | "stream": {
|
35 | 35 | "name": "ads_insights",
|
36 | 36 | "json_schema": {},
|
37 |
| - "supported_sync_modes": ["full_refresh", "incremental"], |
38 |
| - "source_defined_cursor": true, |
39 | 37 | "default_cursor_field": ["date_start"],
|
40 |
| - "source_defined_primary_key": null, |
41 |
| - "namespace": null |
42 |
| - }, |
43 |
| - "sync_mode": "incremental", |
44 |
| - "cursor_field": ["date_start"], |
45 |
| - "destination_sync_mode": "append", |
46 |
| - "primary_key": null |
47 |
| - }, |
48 |
| - { |
49 |
| - "stream": { |
50 |
| - "name": "ads_insights_age_and_gender", |
51 |
| - "json_schema": {}, |
52 | 38 | "supported_sync_modes": ["full_refresh", "incremental"],
|
53 | 39 | "source_defined_cursor": true,
|
54 |
| - "default_cursor_field": ["date_start"], |
55 |
| - "source_defined_primary_key": null, |
56 |
| - "namespace": null |
| 40 | + "source_defined_primary_key": [] |
57 | 41 | },
|
58 | 42 | "sync_mode": "incremental",
|
| 43 | + "primary_key": [], |
59 | 44 | "cursor_field": ["date_start"],
|
60 |
| - "destination_sync_mode": "append", |
61 |
| - "primary_key": null |
| 45 | + "destination_sync_mode": "append" |
62 | 46 | },
|
63 | 47 | {
|
64 | 48 | "stream": {
|
65 |
| - "name": "images", |
| 49 | + "name": "ads_insights_platform_and_device", |
66 | 50 | "json_schema": {},
|
| 51 | + "default_cursor_field": ["date_start"], |
67 | 52 | "supported_sync_modes": ["full_refresh", "incremental"],
|
68 | 53 | "source_defined_cursor": true,
|
69 |
| - "default_cursor_field": ["updated_time"], |
70 |
| - "source_defined_primary_key": [["id"]], |
71 |
| - "namespace": null |
| 54 | + "source_defined_primary_key": [] |
72 | 55 | },
|
73 | 56 | "sync_mode": "incremental",
|
74 |
| - "cursor_field": null, |
75 |
| - "destination_sync_mode": "append", |
76 |
| - "primary_key": null |
77 |
| - }, |
78 |
| - { |
79 |
| - "stream": { |
80 |
| - "name": "ad_account", |
81 |
| - "json_schema": {}, |
82 |
| - "supported_sync_modes": ["full_refresh"], |
83 |
| - "source_defined_cursor": null, |
84 |
| - "default_cursor_field": null, |
85 |
| - "source_defined_primary_key": [["id"]], |
86 |
| - "namespace": null |
87 |
| - }, |
88 |
| - "sync_mode": "full_refresh", |
89 |
| - "cursor_field": null, |
90 |
| - "destination_sync_mode": "append", |
91 |
| - "primary_key": null |
| 57 | + "primary_key": [], |
| 58 | + "cursor_field": ["date_start"], |
| 59 | + "destination_sync_mode": "append" |
92 | 60 | }
|
93 | 61 | ]
|
94 | 62 | }
|
0 commit comments