Multi-table Transformations
Multi-table functionality is currently in review for adoption and strategic fit. Please proceed with caution as it may be deprecated in the future.
Introduction
The Gretel Transform model can be applied to multiple related tables in a database at once, providing structured transformations without losing referential integrity across tables.
This functionality is executed through Gretel Workflows.
High Level Flow
Use a native connector to extract data from your source.
Train and run models via the gretel_tabular action.
Optionally, write output data to a destination sink.
Optionally, write output reports to an object store of your choice.
Gretel Tabular
The gretel_tabular
action can be used to train and generate records from Gretel Models. It helps maintain referential integrity between related tables. gretel_tabular
also allows specifying different model configs for different tables. This functionality is currently available only via the SDK. Read about Gretel Tabular.
Example Workflow
Notebook Resources
Sample source connection
The example notebooks above use a special connection, sample_mysql_telecom
, which connects to a demo telecommunications database:
Last updated