Skip to main content
Version: Beta 🚧

PublishFeaturesConfig

Summary​

Configuration options to specify how a Feature View should publish features post-materialization

Methods​

__init__(...)​

Parameters

  • publish_start_time (Optional[datetime.datetime]) - If set, Tecton will publish features starting from the feature time. If not set, Tecton will default to the Feature View's feature_start_time. Default: None

  • publish_offline (bool) - If True, Tecton will publish a full feature values to a separate table after materialization jobs to the staging table have completed. Users can query these feature values directly without further transformations or aggregations. Default: false

  • publish_sink (Optional[SinkConfig]) - If provided, Tecton will additionally run sink function post materialization. Default: None

Was this page helpful?