alanapradhan
alanapradhan
Hi Jay, Just wanted to let you know that billdenney recruited me to complete this enhancement. I will be submitting a pull request soon. -Alana
@jay0lee happy to work through any concerns you might have about the pull request
Hi @jay0lee, I wanted to let you know that I updated the pull request. I removed the rewrite_line function and attempted to change the verbosity level of some the logging...
Here is a possible solution, but it seems a little hacky and verbose `.op(':')(text('key'))`: ``` from sqlalchemy.orm import Query from sqlalchemy import text ( Query(Activity) .join(Event, Activity.blob.op(':')(text('event_id')) == Event.id) .filter(Activity.blob.op(':')(text('document_id'))...