Materialization of View
Overview
This pipeline is used to materialize the data from a BuiltAPI View to a target Entity. Each time the pipeline is run, it will materialize the current data from the View to the target entity.
Pipeleine Parameters
Source View
- Type: View
- Description: The view from which data will be materialized.
- Configuration: Select the appropriate view from the dropdown menu in the pipeline configuration interface.
Source View has ID
- Type: Boolean
- Description: If the source view has _id field, you can select this option to upsert data in the target entity by _id field. If not selected, or view does not have _id field, data in the target entity will be replaced by the data from the source view entirely.
- Configuration: Select the checkbox to enable this option.
Target Entity
- Type: Entity
- Description: The entity where the materialized data will be stored.
- Configuration: Select the appropriate entity from the dropdown menu in the pipeline configuration interface.