Scheduling Resources
Often times we want to keep our Features and Training Sets up to date with the latest data. Featureform offers the ability to schedule and run updates for Transformations, Features, Labels, and Training Sets.
Scheduling can be done during the registration of a resource or modified afterwards.
Updates are atomic. Once the resource has been created initially, all updates to the resource will be generated in the background and will atomically replace the older version of the resource.
Transformations
For transformations, the schedule can be specified in the decorator as a cron schedule.
Features and labels
For features and labels, the schedule can be specified as an argument. Everything registered in the call will be run with the same schedule.
Training sets
For training sets, the schedule can be specified as an argument.