1
0
mirror of synced 2026-01-08 21:05:13 -05:00
Files
airbyte/airbyte-integrations/connectors/source-apify-dataset/integration_tests/catalog.json
Joe Reuter b6531ac120 🐛 Source apify-dataset: Fix broken sync (#28290)
* fix connector

* fix more things

* prepare release

* cleanup

* format

* revert back to wrapper object

* format
2023-07-18 11:28:23 +02:00

21 lines
455 B
JSON

{
"streams": [
{
"name": "DatasetItems",
"supported_sync_modes": ["full_refresh"],
"destination_sync_mode": "overwrite",
"json_schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"data": {
"type": "object",
"additionalProperties": true
}
},
"additionalProperties": true
}
}
]
}