OptionalcronThe quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone.
Hidden from GraphQL: superseded by the trigger oneof (cron_schedule_trigger), so not exposed to Catalog Explorer.
OptionaldestinationDestination for writing feature values to an offline Delta table.
Destination for writing feature values to an online Lakebase table.
OptionalfeatureThe full name of the feature in Unity Catalog.
OptionalisTrue if this is an online materialized feature. False if it is an offline materialized feature.
OptionallastThe timestamp when the pipeline last ran and updated the materialized feature values. If the pipeline has not run yet, this field will be null.
OptionalmaterializedServer-assigned unique identifier for the materialized feature.
OptionalpipelineThe schedule state of the materialization pipeline. Hidden from GraphQL: being deprecated, so not exposed to Catalog Explorer.
OptionaltableThe fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only.
OptionaltriggerThe trigger configuration for the materialization pipeline.
A cron-based schedule trigger for the materialization pipeline.
A trigger that fires when the upstream source table changes.
The Structured Streaming trigger mode used for materialization. Real-time mode (RTM) targets sub-second latency for operational workloads; micro-batch mode (MBM) favors cost efficiency for ETL and analytics workloads.
A materialized feature represents a feature that is continuously computed and stored.