* init * Add additional docs per connector checklist * De-nest answered_questions * gradlew format * fix integration tests and remove incremental stream * Remove bin files
25 lines
562 B
JSON
25 lines
562 B
JSON
{
|
|
"streams": [
|
|
{
|
|
"stream": {
|
|
"name": "surveys",
|
|
"json_schema": {},
|
|
"supported_sync_modes": ["full_refresh"],
|
|
"source_defined_primary_key": [["id"]]
|
|
},
|
|
"sync_mode": "full_refresh",
|
|
"destination_sync_mode": "overwrite"
|
|
},
|
|
{
|
|
"stream": {
|
|
"name": "responses",
|
|
"json_schema": {},
|
|
"supported_sync_modes": ["full_refresh"],
|
|
"source_defined_primary_key": [["id"]]
|
|
},
|
|
"sync_mode": "full_refresh",
|
|
"destination_sync_mode": "overwrite"
|
|
}
|
|
]
|
|
}
|