OptionalbackfillThe ID of the Databricks Job that performs the historical backfill of the ingestion Delta table.
OptionalbackfillA user-provided source for backfilling data. Historical data is used when creating a training set from streaming features linked to this Stream. The backfill data stored in this location will be copied into the ingestion table for offline querying and training. The schema for this source must match exactly that of the key and payload schemas specified for this Stream.
OptionaldeduplicationColumn paths used to identify duplicate rows during ingestion; only one row per
distinct combination of these values is kept. Use dot notation for nested fields
(e.g. value.user_id). Empty list means every column is compared.
OptionalingestionDestination for the
OptionalingestionThe ID of the Databricks Job that performs the forward-fill ingestion.
OptionalingestionThe ID of the SDP pipeline that continuously copies new events from the streaming source into the ingestion Delta table.
Configuration for the-managed ingestion pipeline.
Groups the ingestion destination (required) and optional backfill source.