mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-02-21 13:18:11 +00:00
* adding endpoint technology_application and technology_device_class * factorizing code Signed-off-by: Alexis Pentori <alexis@status.im>
132 lines
3.3 KiB
JSON
132 lines
3.3 KiB
JSON
{
|
|
"streams": [
|
|
{
|
|
"stream": {
|
|
"name": "podcast",
|
|
"json_schema": {
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object"
|
|
},
|
|
"supported_sync_modes": [
|
|
"full_refresh", "incremental"
|
|
]
|
|
},
|
|
"sync_mode": "incremental",
|
|
"destination_sync_mode": "overwrite"
|
|
},
|
|
{
|
|
"stream": {
|
|
"name": "episode",
|
|
"json_schema": {
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object"
|
|
},
|
|
"supported_sync_modes": [
|
|
"full_refresh", "incremental"
|
|
]
|
|
},
|
|
"sync_mode": "incremental",
|
|
"destination_sync_mode": "overwrite"
|
|
},
|
|
{
|
|
"stream": {
|
|
"name": "analytic_location",
|
|
"json_schema": {
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object"
|
|
},
|
|
"supported_sync_modes": [
|
|
"full_refresh", "incremental"
|
|
]
|
|
},
|
|
"sync_mode": "incremental",
|
|
"destination_sync_mode": "overwrite"
|
|
},
|
|
{
|
|
"stream": {
|
|
"name": "analytic_time_of_week",
|
|
"json_schema": {
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object"
|
|
},
|
|
"supported_sync_modes": [
|
|
"full_refresh", "incremental"
|
|
]
|
|
},
|
|
"sync_mode": "incremental",
|
|
"destination_sync_mode": "overwrite"
|
|
},
|
|
{
|
|
"stream": {
|
|
"name": "analytic_episode",
|
|
"json_schema": {
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object"
|
|
},
|
|
"supported_sync_modes": [
|
|
"full_refresh", "incremental"
|
|
]
|
|
},
|
|
"sync_mode": "incremental",
|
|
"destination_sync_mode": "overwrite"
|
|
},
|
|
{
|
|
"stream": {
|
|
"name": "analytic_download",
|
|
"json_schema": {
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object"
|
|
},
|
|
"supported_sync_modes": [
|
|
"full_refresh", "incremental"
|
|
]
|
|
},
|
|
"sync_mode": "incremental",
|
|
"destination_sync_mode": "overwrite"
|
|
},
|
|
{
|
|
"stream": {
|
|
"name": "technology_application",
|
|
"json_schema": {
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object"
|
|
},
|
|
"supported_sync_modes": [
|
|
"full_refresh", "incremental"
|
|
]
|
|
},
|
|
"sync_mode": "incremental",
|
|
"destination_sync_mode": "overwrite"
|
|
},
|
|
{
|
|
"stream": {
|
|
"name": "technology_device_class",
|
|
"json_schema": {
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object"
|
|
},
|
|
"supported_sync_modes": [
|
|
"full_refresh", "incremental"
|
|
]
|
|
},
|
|
"sync_mode": "incremental",
|
|
"destination_sync_mode": "overwrite"
|
|
},
|
|
{
|
|
"stream": {
|
|
"name": "technology_listening_method",
|
|
"json_schema": {
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object"
|
|
},
|
|
"supported_sync_modes": [
|
|
"full_refresh", "incremental"
|
|
]
|
|
},
|
|
"sync_mode": "incremental",
|
|
"destination_sync_mode": "overwrite"
|
|
}
|
|
|
|
]
|
|
}
|