Rahul Vishnoi
07/27/2021, 6:29 AMChris (deprecated profile)
Rahul Vishnoi
07/29/2021, 4:03 AM{
"streams": [
{
"stream": {
"name": "fin_b2c_invoices",
"json_schema": {
"type": "object",
"properties": {
"status": {
"type": "number"
},
"currency": {
"type": "string"
},
"client_id": {
"type": "string"
},
"is_active": {
"type": "boolean"
},
"created_on": {
"type": "string"
},
"invoice_id": {
"type": "number"
},
"payment_mode": {
"type": "string"
},
"billing_cycle": {
"type": "string"
},
"pickup_country": {
"type": "string"
},
"consignee_country": {
"type": "string"
},
"invoice_display_id": {
"type": "string"
}
}
},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"default_cursor_field": [],
"source_defined_primary_key": [
[
"invoice_id"
]
],
"namespace": "janio_finance"
},
"sync_mode": "full_refresh",
"cursor_field": [],
"destination_sync_mode": "overwrite",
"primary_key": [
[
"invoice_id"
]
]
}
]
}
Chris (deprecated profile)
Liren Tu