2023-11-30 10:02:08 +00:00
|
|
|
{
|
|
|
|
"streams": [
|
|
|
|
{
|
|
|
|
"stream": {
|
2023-12-05 17:22:58 +00:00
|
|
|
"name": "ethereum_token",
|
|
|
|
"json_schema": {
|
|
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
|
|
"type": "object"
|
|
|
|
},
|
|
|
|
"supported_sync_modes": [
|
2024-01-10 14:48:26 +00:00
|
|
|
"full_refresh", "incremental"
|
2023-12-05 17:22:58 +00:00
|
|
|
]
|
|
|
|
},
|
2024-01-10 14:48:26 +00:00
|
|
|
"sync_mode": "incremental",
|
2023-12-05 17:22:58 +00:00
|
|
|
"destination_sync_mode": "overwrite"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"stream": {
|
|
|
|
"name": "bitcoin_token",
|
2023-11-30 10:02:08 +00:00
|
|
|
"json_schema": {
|
|
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
2023-12-01 15:03:26 +00:00
|
|
|
"type": "object"
|
2023-11-30 10:02:08 +00:00
|
|
|
},
|
|
|
|
"supported_sync_modes": [
|
2024-01-10 14:48:26 +00:00
|
|
|
"full_refresh", "incremental"
|
2023-11-30 10:02:08 +00:00
|
|
|
]
|
|
|
|
},
|
2024-01-10 14:48:26 +00:00
|
|
|
"sync_mode": "incremental",
|
2023-11-30 10:02:08 +00:00
|
|
|
"destination_sync_mode": "overwrite"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|