Tom Owers

Results 5 comments of Tom Owers

Also a problem for me on `10.0.5`. Temp fixed the issue with throwing in `!important` everywhere the ordering was broken

I think this is now fixed by @mariusandra here: https://github.com/PostHog/posthog/pull/20292

> parse_select('SELECT {columns} FROM events', placeholders={"columns": [ast.Constant(value=1), ast.Constant(value=2)]}) (doesn't support list-type columns) Out of interest, does using `ast.Array(exprs=[...])` work here as a placeholder instead of a raw python array? >...

> Last bit that would be good is capturing hogql queries run with data warehouse data @EDsCODE I think this may be a fair bit harder, we'd have to match...

@wudidapaopao All the checks pass 🙌 does this mean that we're getting deltalake table functions back once merged?