Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 622 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 622 Bytes

Gretel Multi-Table

This code is designed to run transforms or synthetics directly on a relational database while keeping the referential integrity of primary and foreign keys intact.

Get Started

Install, preferebly into a virtual environment

pip install -U .

Running the notebooks

  1. Launch either the transform or synthetics notebook
  2. Update your database connection string
  3. If running transforms, update the location of your policy files
  4. When viewing data or the synthetic performance report, update the relevant cell to use your table names
  5. Update where you'd like your final data stored