1
0
mirror of synced 2026-01-08 21:05:13 -05:00
Files
airbyte/airbyte-integrations/connectors/source-qualaroo/integration_tests/catalog.json
Daniel Diamond 105bb58ac6 🎉 New source: Qualaroo (#8623)
* init

* Add additional docs per connector checklist

* De-nest answered_questions

* gradlew format

* fix integration tests and remove incremental stream

* Remove bin files
2021-12-21 13:17:52 +05:30

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"
}
]
}