prom icon indicating copy to clipboard operation
prom copied to clipboard

Query pass in raw to a field operator

Open Jaymon opened this issue 3 years ago • 1 comments

so you could do something like:

q.is_foo('MAX("foo")', raw=True)

and MAX("foo") would be passed directly for the foo field. This is a totally fake example, but it should get the idea across about what I'm thinking

Jaymon avatar Sep 25 '20 21:09 Jaymon