Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _integration-schemas/netsuite/v2/Campaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion _integration-schemas/netsuite/v2/EntityGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion _integration-schemas/netsuite/v2/File.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion _integration-schemas/netsuite/v2/Folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion _integration-schemas/netsuite/v2/ItemDemandPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion _integration-schemas/netsuite/v2/ItemSupplyPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion _integration-schemas/netsuite/v2/ProjectTask.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down