datachain
datachain copied to clipboard
Remove `QueryGenerator`
QueryGenerator is effectively a wrapper around a SQLAlchemy query and everything we do with it could be done with a sa.Selectable. Removing it would simplify the code and make the code flow easier to follow.