1
0
mirror of synced 2026-01-14 03:04:49 -05:00
Files
airbyte/tools/bin/load_test/connection_spec.json
Greg Solovyev 80504d998e Switch order of namespaces and make Destination Default is the defaul… (#21047)
* Switch order of namespace options to make Destination Default appear as the first option
* Destination Default is the default option
* Update expected HTML
2023-01-05 10:20:26 -08:00

48 lines
1.1 KiB
JSON

{
"sourceId": "replace_source_id",
"destinationId": "replace_destination_id",
"syncCatalog": {
"streams": [
{
"config": {
"syncMode": "full_refresh",
"cursorField": [],
"destinationSyncMode": "overwrite",
"primaryKey": [],
"aliasName": "data_stream",
"selected": true
},
"stream": {
"name": "data_stream",
"jsonSchema": {
"type": "object",
"properties": {
"column1": {
"type": "string"
}
}
},
"supportedSyncModes": [
"full_refresh"
],
"defaultCursorField": [],
"sourceDefinedPrimaryKey": []
}
}
]
},
"prefix": "",
"namespaceDefinition": "destination",
"namespaceFormat": "${SOURCE_NAMESPACE}",
"scheduleType": "basic",
"scheduleData": {
"basicSchedule": {
"units": 24,
"timeUnit": "hours"
}
},
"name": "replace_connection_name",
"operations": [],
"status": "active"
}