From 2a56f73fe386e6679b4bfedbf93e0b86fbb7d95f Mon Sep 17 00:00:00 2001 From: Jay Tilala Date: Fri, 1 Jul 2022 15:46:00 +0530 Subject: [PATCH 1/2] TDL-19746: Update Ticket Stream Json File To Read Additional Fields Data --- tap_zendesk/schemas/tickets.json | 60 -------------------------------- 1 file changed, 60 deletions(-) diff --git a/tap_zendesk/schemas/tickets.json b/tap_zendesk/schemas/tickets.json index 249bfa8..8b05ca3 100644 --- a/tap_zendesk/schemas/tickets.json +++ b/tap_zendesk/schemas/tickets.json @@ -225,66 +225,6 @@ "via": { "properties": { "source": { - "properties": { - "from": { - "properties": { - "name": { - "type": [ - "null", - "string" - ] - }, - "ticket_id": { - "type": [ - "null", - "integer" - ] - }, - "address": { - "type": [ - "null", - "string" - ] - }, - "subject": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "to": { - "properties": { - "address": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "rel": { - "type": [ - "null", - "string" - ] - } - }, "type": [ "null", "object" From 75b222e4536cf4d7abc798bfc08afa37c041ded5 Mon Sep 17 00:00:00 2001 From: Jay Tilala Date: Fri, 1 Jul 2022 17:27:19 +0530 Subject: [PATCH 2/2] Remove field type in source --- tap_zendesk/schemas/tickets.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tap_zendesk/schemas/tickets.json b/tap_zendesk/schemas/tickets.json index 8b05ca3..b2c39c1 100644 --- a/tap_zendesk/schemas/tickets.json +++ b/tap_zendesk/schemas/tickets.json @@ -224,12 +224,7 @@ }, "via": { "properties": { - "source": { - "type": [ - "null", - "object" - ] - }, + "source": {}, "channel": { "type": [ "null",