datachain icon indicating copy to clipboard operation
datachain copied to clipboard

Remove `QueryGenerator`

Open rlamy opened this issue 1 year ago • 0 comments

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.

rlamy avatar Sep 18 '24 14:09 rlamy