Tim Shilov
Tim Shilov
I'm also looking for this feature. The above "workarounds" are great but unfortunately do not work for me as they require pods to actually have a unique label or container...
I think another (or additional) option would be to use comment and not tagged template: ```js const query = /* SQL */ `SELECT * FROM table WHERE foo AND bar...
@fisker I'm happy to help on this one but I'm struggling to wrap my head around how tests work in this repo so I cannot come up with a failing...
You don't even need to call `createConnection`, just requiring the `snowflake-sdk` breaks it for me: ```js const got = require("got"); require("snowflake-sdk"); // if I comment-out this line then the code...
I'm also noticing unreasonably big memory usage when streaming. I've tried to work around this using `result_scan` but it didn't help because to use `result_scan` you still need to execute...
@thegrumpysnail Thanks for the response. That's basically what I'm trying to achieve. What I don't understand is how to get the `queryId` in the first place? I'm trying to: 1....
It may be a separate issue but decided to leave it here cause the symptoms are similar. Since the update to version `1.6.21` the OOM problems got worse. In our...
Just stumbled on the same issue. Is there a reason why this PR isn't merged for so long? It seems like a tiny and pretty safe fix.
Just encountered this issue with the nullable Object and the `directiveValidation: false` workaround isn't working for some reason (and is not viable for me anyway as I use directives quite...
I experience the same issue. However, I have noticed that for me the list is populated just fine on the second execution so as a workaround I developed a habit...