Erez Segal
Erez Segal
Thanks! So the first line happend the night before, and it had reconnected, only to disconnect permanently later with a different error (I thought it could give some context). I'll...
I've installed v0.3.9 and I still get this error. Thanks!
cell 1: ```python # Testing parameters with multiline sql %load_ext sql connection = 'postgresql://username:[email protected]/erezsegal' from_clause = 'FROM my_table' where_clause = '1=1' ``` cell 2: ```sql %%sql $connection SELECT * $from_clause...
You're right, thanks, I was confused because of the duplicate issue thing with #80.