Skip to content

Commit

Permalink
Merge pull request #1 from markortleb-dice/source-salesloft-new-strea…
Browse files Browse the repository at this point in the history
…ms-1--markortleb-dice

adding new Salesloft streams
  • Loading branch information
markortleb-dice authored Jun 14, 2023
2 parents 6879cdf + 36d3fe3 commit a8e799e
Show file tree
Hide file tree
Showing 10 changed files with 799 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,47 @@
"stream_state": { "updated_at": "2122-01-18T21:18:20.000Z" },
"stream_descriptor": { "name": "email_templates" }
}
},
{
"type": "STREAM",
"stream": {
"stream_state": { "updated_at": "2122-01-18T21:18:20.000Z" },
"stream_descriptor": { "name": "custom_fields" }
}
},
{
"type": "STREAM",
"stream": {
"stream_state": { "updated_at": "2122-01-18T21:18:20.000Z" },
"stream_descriptor": { "name": "call_data_records" }
}
},
{
"type": "STREAM",
"stream": {
"stream_state": { "updated_at": "2122-01-18T21:18:20.000Z" },
"stream_descriptor": { "name": "call_dispositions" }
}
},
{
"type": "STREAM",
"stream": {
"stream_state": { "updated_at": "2122-01-18T21:18:20.000Z" },
"stream_descriptor": { "name": "call_sentiments" }
}
},
{
"type": "STREAM",
"stream": {
"stream_state": { "updated_at": "2122-01-18T21:18:20.000Z" },
"stream_descriptor": { "name": "meetings" }
}
},
{
"type": "STREAM",
"stream": {
"stream_state": { "updated_at": "2122-01-18T21:18:20.000Z" },
"stream_descriptor": { "name": "searches" }
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,133 @@
},
"destination_sync_mode": "overwrite",
"sync_mode": "full_refresh"
},
{
"stream": {
"name": "custom_fields",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "full_refresh"
},

{
"stream": {
"name": "call_data_records",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "full_refresh"
},
{
"stream": {
"name": "call_dispositions",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "full_refresh"
},
{
"stream": {
"name": "call_sentiments",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "full_refresh"
},
{
"stream": {
"name": "meetings",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "full_refresh"
},
{
"stream": {
"name": "searches",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "full_refresh"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,132 @@
},
"destination_sync_mode": "overwrite",
"sync_mode": "incremental"
},
{
"stream": {
"name": "custom_fields",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "incremental"
},
{
"stream": {
"name": "call_data_records",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "incremental"
},
{
"stream": {
"name": "call_dispositions",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "incremental"
},
{
"stream": {
"name": "call_sentiments",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "incremental"
},
{
"stream": {
"name": "meetings",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "incremental"
},
{
"stream": {
"name": "searches",
"json_schema": {},
"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": true,
"default_cursor_field": [
"updated_at"
],
"source_defined_primary_key": [
[
"id"
]
]
},
"destination_sync_mode": "overwrite",
"sync_mode": "incremental"
}
]
}
Loading

0 comments on commit a8e799e

Please sign in to comment.