DAGWorks-Inc / hamilton

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

Handles case where input was series with time index #951

Closed skrawcz closed 2 weeks ago

skrawcz commented 2 weeks ago

So we need to fix the inputs and introspecting them. This is a quick fix to not fail when someone applies the SDK to the quick start example.

Changes

How I tested this

Notes

Checklist