34 lines
756 B
JSON
34 lines
756 B
JSON
|
{
|
||
|
"streams": [
|
||
|
{
|
||
|
"stream": {
|
||
|
"name": "twitter_account_data",
|
||
|
"json_schema": {
|
||
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
||
|
"type": "object"
|
||
|
},
|
||
|
"supported_sync_modes": [
|
||
|
"full_refresh", "incremental"
|
||
|
]
|
||
|
},
|
||
|
"sync_mode": "incremental",
|
||
|
"destination_sync_mode": "overwrite"
|
||
|
},
|
||
|
{
|
||
|
"stream": {
|
||
|
"name": "twitter_tweet",
|
||
|
"json_schema": {
|
||
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
||
|
"type": "object"
|
||
|
},
|
||
|
"supported_sync_modes": [
|
||
|
"full_refresh", "incremental"
|
||
|
]
|
||
|
},
|
||
|
"sync_mode": "incremental",
|
||
|
"destination_sync_mode": "overwrite"
|
||
|
}
|
||
|
|
||
|
]
|
||
|
}
|