From 2995b5d5bb9301955c17a0ea80f860daaec6b67b Mon Sep 17 00:00:00 2001 From: Lucie Milan Date: Thu, 20 Jul 2023 16:53:19 +0200 Subject: [PATCH] added replication keys --- _integration-schemas/netsuite/v2/Campaign.md | 4 +++- _integration-schemas/netsuite/v2/EntityGroup.md | 3 ++- _integration-schemas/netsuite/v2/File.md | 3 ++- _integration-schemas/netsuite/v2/Folder.md | 3 ++- _integration-schemas/netsuite/v2/ItemDemandPlan.md | 3 ++- _integration-schemas/netsuite/v2/ItemSupplyPlan.md | 3 ++- _integration-schemas/netsuite/v2/ProjectTask.md | 3 ++- 7 files changed, 15 insertions(+), 7 deletions(-) diff --git a/_integration-schemas/netsuite/v2/Campaign.md b/_integration-schemas/netsuite/v2/Campaign.md index 5faa635d3..6124d27ab 100644 --- a/_integration-schemas/netsuite/v2/Campaign.md +++ b/_integration-schemas/netsuite/v2/Campaign.md @@ -7,7 +7,9 @@ singer-schema: https://github.com/stitchdata/tap-netsuite/tree/master/tap_v2/sch description: "" replication-method: "Key-based Incremental" table-key-properties: internalId -valid-replication-keys: lastModifiedDate +replication-key: + name: "lastModifiedDate" + attributes: - name: totalRevenue type: string, number diff --git a/_integration-schemas/netsuite/v2/EntityGroup.md b/_integration-schemas/netsuite/v2/EntityGroup.md index d3f6cfb47..665c6ce04 100644 --- a/_integration-schemas/netsuite/v2/EntityGroup.md +++ b/_integration-schemas/netsuite/v2/EntityGroup.md @@ -7,7 +7,8 @@ singer-schema: https://github.com/stitchdata/tap-netsuite/tree/master/tap_v2/sch description: "" replication-method: "Key-based Incremental" table-key-properties: internalId -valid-replication-keys: lastModifiedDate +replication-key: + name: lastModifiedDate attributes: - name: email type: string diff --git a/_integration-schemas/netsuite/v2/File.md b/_integration-schemas/netsuite/v2/File.md index 95b53b5ab..11aba185f 100644 --- a/_integration-schemas/netsuite/v2/File.md +++ b/_integration-schemas/netsuite/v2/File.md @@ -7,7 +7,8 @@ singer-schema: https://github.com/stitchdata/tap-netsuite/tree/master/tap_v2/sch description: "" replication-method: "Key-based Incremental" table-key-properties: internalId -valid-replication-keys: modified +replication-key: + name: modified attributes: - name: attachFrom type: varies diff --git a/_integration-schemas/netsuite/v2/Folder.md b/_integration-schemas/netsuite/v2/Folder.md index 01c9f597d..137864111 100644 --- a/_integration-schemas/netsuite/v2/Folder.md +++ b/_integration-schemas/netsuite/v2/Folder.md @@ -7,7 +7,8 @@ singer-schema: https://github.com/stitchdata/tap-netsuite/tree/master/tap_v2/sch description: "" replication-method: "Key-based Incremental" table-key-properties: internalId -valid-replication-keys: lastModifiedDate +replication-key: + name: lastModifiedDate attributes: - name: description type: string diff --git a/_integration-schemas/netsuite/v2/ItemDemandPlan.md b/_integration-schemas/netsuite/v2/ItemDemandPlan.md index b99c48ea4..f47ba4825 100644 --- a/_integration-schemas/netsuite/v2/ItemDemandPlan.md +++ b/_integration-schemas/netsuite/v2/ItemDemandPlan.md @@ -7,7 +7,8 @@ singer-schema: https://github.com/stitchdata/tap-netsuite/tree/master/tap_v2/sch description: "" replication-method: "Key-based Incremental" table-key-properties: internalId -valid-replication-keys: lastModifiedDate +replication-key: + name: lastModifiedDate attributes: - name: nullFieldList type: varies diff --git a/_integration-schemas/netsuite/v2/ItemSupplyPlan.md b/_integration-schemas/netsuite/v2/ItemSupplyPlan.md index 838204642..729158a4b 100644 --- a/_integration-schemas/netsuite/v2/ItemSupplyPlan.md +++ b/_integration-schemas/netsuite/v2/ItemSupplyPlan.md @@ -7,7 +7,8 @@ singer-schema: https://github.com/stitchdata/tap-netsuite/tree/master/tap_v2/sch description: "" replication-method: "Key-based Incremental" table-key-properties: internalId -valid-replication-keys: lastModifiedDate +replication-key: + name: lastModifiedDate attributes: - name: nullFieldList type: varies diff --git a/_integration-schemas/netsuite/v2/ProjectTask.md b/_integration-schemas/netsuite/v2/ProjectTask.md index ed05e4b0a..526882774 100644 --- a/_integration-schemas/netsuite/v2/ProjectTask.md +++ b/_integration-schemas/netsuite/v2/ProjectTask.md @@ -7,7 +7,8 @@ singer-schema: https://github.com/stitchdata/tap-netsuite/tree/master/tap_v2/sch description: "" replication-method: "Key-based Incremental" table-key-properties: internalId -valid-replication-keys: lastModifiedDate +replication-key: + name: lastModifiedDate attributes: - name: percentTimeComplete type: string, number