Define a Workflow Data Fabric table data source
Enable data collection and analysis from external tables by integrating the Data Context Engine with Workflow Data Fabric to generate actionable insights.
Vorbereitungen
- Workflow Data Fabric plugin must be installed and configured. See Activate Zero Copy Connector Hub for details.
- The Workflow Data Fabric table must have been created. See Create a data fabric table for details.
- Role required: sn_acct_lc.customer_success_application_admin
Warum und wann dieser Vorgang ausgeführt wird
Prozedur
Total licenses used quarterly
To get the total number of licenses used this quarter across accounts and products from a Workflow Data Fabric table, select:
- Source table: df_usage_information
- Conditions: Timestamp between last quarter and today
- Group by: Account, Product
- Aggregation: Sum
- Source Reference: sold_product
- Source reference resolver: Specify the mapping between the Account and Product combination and the Sold Product table in the script as follows:
var account = groupByFieldValueMap[account]var product = groupByFieldValueMap[product]
Hinweis:You must update the Source reference resolver script to specify field mappings only when the Group By field contains:- Two fields (maximum allowed).
- A non-reference field.
- An external field.
Nächste Maßnahme
After defining the data source, the next step is to configure the context engine mapper. See Configure the Context Engine Mapper for details.