Eric Jolibois
Eric Jolibois
I don't really understand. `schema_sample_rows` sets the number of rows used to infer the type of the columns. If you set it to 0, we can't infer anything because no...
@Tim-Kracht @niekrongen we made some improvements by supporting most mix types. Does it solve your problems? I don't want to add another option but if a way to have all...
@lukapeschke I reckon we should forbid `0` as value. It makes no sense. And then we can close this issue. WDYT?
I would like to support nested joins but it fails ```prql from `artists` derive { `agg` = f"{`name`} === {`artist_id`}" } join side:inner ( from artists join side:inner ( from...
Thank you so much @graup