DAGWorks-Inc / hamilton

Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.
https://hamilton.dagworks.io/en/latest/
BSD 3-Clause Clear License
1.75k stars 112 forks source link

Fixes null run ID bug #958

Closed elijahbenizzy closed 3 months ago

elijahbenizzy commented 3 months ago

For some reason in the sqlite backend this foreign key wasn't getting populated. TBD why, but this patches it over. We will be digging in more later.