🐛 Source Salesforce: Fix getting anyType fields using BULK API (#7592)
* Source Salesforce: Fix getting anyType fields using BULK API
This commit is contained in:
@@ -80,30 +80,6 @@
|
||||
"sync_mode": "incremental",
|
||||
"destination_sync_mode": "append"
|
||||
},
|
||||
{
|
||||
"stream": {
|
||||
"name": "LoginGeo",
|
||||
"json_schema": {},
|
||||
"supported_sync_modes": ["full_refresh", "incremental"],
|
||||
"source_defined_cursor": true,
|
||||
"default_cursor_field": ["SystemModstamp"],
|
||||
"source_defined_primary_key": [["Id"]]
|
||||
},
|
||||
"sync_mode": "incremental",
|
||||
"destination_sync_mode": "append"
|
||||
},
|
||||
{
|
||||
"stream": {
|
||||
"name": "LoginHistory",
|
||||
"json_schema": {},
|
||||
"supported_sync_modes": ["full_refresh", "incremental"],
|
||||
"source_defined_cursor": true,
|
||||
"default_cursor_field": ["LoginTime"],
|
||||
"source_defined_primary_key": [["Id"]]
|
||||
},
|
||||
"sync_mode": "incremental",
|
||||
"destination_sync_mode": "append"
|
||||
},
|
||||
{
|
||||
"stream": {
|
||||
"name": "PermissionSetTabSetting",
|
||||
|
||||
@@ -70,30 +70,6 @@
|
||||
"sync_mode": "incremental",
|
||||
"destination_sync_mode": "append"
|
||||
},
|
||||
{
|
||||
"stream": {
|
||||
"name": "LoginGeo",
|
||||
"json_schema": {},
|
||||
"supported_sync_modes": ["full_refresh", "incremental"],
|
||||
"source_defined_cursor": true,
|
||||
"default_cursor_field": ["SystemModstamp"],
|
||||
"source_defined_primary_key": [["Id"]]
|
||||
},
|
||||
"sync_mode": "incremental",
|
||||
"destination_sync_mode": "append"
|
||||
},
|
||||
{
|
||||
"stream": {
|
||||
"name": "LoginHistory",
|
||||
"json_schema": {},
|
||||
"supported_sync_modes": ["full_refresh", "incremental"],
|
||||
"source_defined_cursor": true,
|
||||
"default_cursor_field": ["LoginTime"],
|
||||
"source_defined_primary_key": [["Id"]]
|
||||
},
|
||||
"sync_mode": "incremental",
|
||||
"destination_sync_mode": "append"
|
||||
},
|
||||
{
|
||||
"stream": {
|
||||
"name": "PermissionSetTabSetting",
|
||||
|
||||
Reference in New Issue
Block a user