Overview
The DataProductBuilder is the component that activates your semantic layer, turning it into a powerful engine for creating unified data products. It acts as the bridge between a high-level data request and a tangible, queryable DataSet object.
Basic Operations
This page covers the fundamental operations for creating a data product: selecting columns, renaming them (aliasing), and limiting the number of results.
Sorting
All examples on this and subsequent pages use the sample healthcare dataset available in the project repository.
Filtering
All examples on this and subsequent pages use the sample healthcare dataset available in the project repository.
Aggregations
All examples on this and subsequent pages use the sample healthcare dataset available in the project repository.
Joins
All examples on this and subsequent pages use the sample healthcare dataset available in the project repository.
Advanced Examples
All examples on this and subsequent pages use the sample healthcare dataset available in the project repository.