airbyte-custom-connector/source-crypto-market-extractor/sample_files/configured_catalog.json

19 lines
382 B
JSON

{
"streams": [
{
"stream": {
"name": "coin_price",
"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"
}
]
}