2024-01-20 07:46:00 +00:00
|
|
|
{
|
|
|
|
"streams": [
|
|
|
|
{
|
|
|
|
"stream": {
|
|
|
|
"name": "bank_balance",
|
|
|
|
"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"
|
2024-02-07 14:12:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"stream": {
|
|
|
|
"name": "additional_tokens",
|
|
|
|
"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"
|
2024-01-20 07:46:00 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|