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.88k stars 126 forks source link

Fixes subclass check #1155

Open elijahbenizzy opened 2 months ago

elijahbenizzy commented 2 months ago

Any is a subclass of everything and visa versa. Need to figure out blast radius of this change (might want to be a parameter in the function). WIP