kylenesbit
Results
2
comments of
kylenesbit
Fwiw, I couldn't get postgres.table to work on tables that do exist. I had to resort to using postgres.sql().
Here is what i am using ``` source: configs is postgres.table("model.configs") extend { } run: configs -> { select: * limit: 1 } ``` This fails with error: `undefined is...