mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
* Migrating Core Salesforce Skills * Updating pr comments * updat reference * Updating a skill * Migrating Datacloud skills * Migrating Industries cloud skills * Validating - skills fixing --------- Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"name": "Customer_Stream",
|
|
"label": "Customer Stream",
|
|
"datasource": "SalesforceDotCom_Home",
|
|
"datastreamType": "CONNECTORSFRAMEWORK",
|
|
"connectorInfo": {
|
|
"connectorType": "SalesforceDotCom",
|
|
"connectorDetails": {
|
|
"name": "SalesforceDotCom_Home",
|
|
"sourceObject": "Custom_Object__c"
|
|
}
|
|
},
|
|
"dataLakeObjectInfo": {
|
|
"label": "Customer",
|
|
"name": "Customer__dll",
|
|
"category": "Profile",
|
|
"dataspaceInfo": [
|
|
{
|
|
"name": "Default"
|
|
}
|
|
],
|
|
"dataLakeFieldInputRepresentations": [
|
|
{
|
|
"name": "Id",
|
|
"label": "Record ID",
|
|
"dataType": "Text",
|
|
"isPrimaryKey": true
|
|
},
|
|
{
|
|
"name": "External_Id_c",
|
|
"label": "External ID",
|
|
"dataType": "Text",
|
|
"isPrimaryKey": false
|
|
}
|
|
]
|
|
},
|
|
"sourceFields": [
|
|
{
|
|
"name": "Id",
|
|
"dataType": "Text"
|
|
},
|
|
{
|
|
"name": "External_Id__c",
|
|
"dataType": "Text"
|
|
}
|
|
],
|
|
"mappings": [],
|
|
"refreshConfig": {
|
|
"isAccelerationEnabled": true,
|
|
"refreshMode": "UPSERT",
|
|
"frequency": {
|
|
"frequencyType": "HOURLY"
|
|
}
|
|
}
|
|
}
|