|
354 | 354 | "sync_mode": "full_refresh",
|
355 | 355 | "destination_sync_mode": "overwrite"
|
356 | 356 | },
|
357 |
| - { |
358 |
| - "stream": { |
359 |
| - "name": "blocks", |
360 |
| - "json_schema": { |
361 |
| - "$schema": "http://json-schema.org/draft-07/schema#", |
362 |
| - "type": "object", |
363 |
| - "properties": { |
364 |
| - "created": { |
365 |
| - "type": "integer" |
366 |
| - }, |
367 |
| - "email": { |
368 |
| - "type": "string" |
369 |
| - }, |
370 |
| - "reason": { |
371 |
| - "type": "string" |
372 |
| - }, |
373 |
| - "status": { |
374 |
| - "type": "string" |
375 |
| - } |
376 |
| - } |
377 |
| - }, |
378 |
| - "supported_sync_modes": ["full_refresh", "incremental"], |
379 |
| - "source_defined_cursor": true, |
380 |
| - "default_cursor_field": ["created"] |
381 |
| - }, |
382 |
| - "sync_mode": "incremental", |
383 |
| - "cursor_field": ["created"], |
384 |
| - "destination_sync_mode": "append" |
385 |
| - }, |
386 | 357 | {
|
387 | 358 | "stream": {
|
388 | 359 | "name": "bounces",
|
|
411 | 382 | "sync_mode": "incremental",
|
412 | 383 | "cursor_field": ["created"],
|
413 | 384 | "destination_sync_mode": "append"
|
414 |
| - }, |
415 |
| - { |
416 |
| - "stream": { |
417 |
| - "name": "invalid_emails", |
418 |
| - "json_schema": { |
419 |
| - "$schema": "http://json-schema.org/draft-07/schema#", |
420 |
| - "type": "object", |
421 |
| - "properties": { |
422 |
| - "created": { |
423 |
| - "type": "integer" |
424 |
| - }, |
425 |
| - "email": { |
426 |
| - "type": "string" |
427 |
| - }, |
428 |
| - "reason": { |
429 |
| - "type": "string" |
430 |
| - } |
431 |
| - } |
432 |
| - }, |
433 |
| - "supported_sync_modes": ["full_refresh", "incremental"], |
434 |
| - "source_defined_cursor": true, |
435 |
| - "default_cursor_field": ["created"] |
436 |
| - }, |
437 |
| - "sync_mode": "incremental", |
438 |
| - "cursor_field": ["created"], |
439 |
| - "destination_sync_mode": "append" |
440 | 385 | }
|
441 | 386 | ]
|
442 | 387 | }
|
0 commit comments