1
0
mirror of synced 2026-01-31 10:02:01 -05:00
Files
airbyte/airbyte-integrations/connectors/source-zenloop/integration_tests/catalog.json
2021-11-22 17:14:43 +01:00

31 lines
735 B
JSON

{
"streams": [
{
"name": "answers",
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": "test",
"json_schema": {}
},
{
"name": "surveys",
"supported_sync_modes": ["full_refresh"],
"source_defined_cursor": true,
"json_schema": {}
},
{
"name": "survey_groups",
"supported_sync_modes": ["full_refresh"],
"source_defined_cursor": true,
"json_schema": {}
},
{
"name": "answers_survey_group",
"supported_sync_modes": ["full_refresh", "incremental"],
"source_defined_cursor": true,
"default_cursor_field": "test",
"json_schema": {}
}
]
}