Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_butler
-
Labels:
-
Story Points:2
-
Epic Link:
-
Team:Data Access and Database
Description
User expression is now passed to pre-flight as a plain string (even though that expression is parsed and checked for syntax in advance). This makes it difficult to do smart things with it like deducing table names from link names or converting it to true sqlalchemy construct.
I want to try to pass parsed tree to preflight and build sqlalchemy selection from that instead.
Jim Bosch, could you look at this whenever you have time for it? It's not critical, but I think it's a useful improvement. Please ignore ctrl_mpexec PR, I messed up different branch, only daf_butler and pipe_base changes are for this ticket.