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.
Before you begin
- Workflow Data Fabric plugin must be installed and configured. See Activate Workflow Data Fabric 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
About this task
Procedure
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]
Note: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.
What to do next
After defining the data source, the next step is to configure the context engine mapper. See Configure the Context Engine Mapper for details.