Working with Models
Automate creating, training and running Gretel Models.
Gretel Workflows offers two action types for working with Gretel models: gretel_model
and gretel_tabular
. Both take a collection of data output from some source action and create and run jobs for each file or table in the dataset. The main difference between these two actions is that gretel_tabular
understands relationships between tables in a dataset (if any exist) and can guarantee referential integrity between tables is maintained in the output.
Last updated