You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it works, but it's incredibly inefficient. I see the parquet file being fetched several time for an single cell.
Later if I reference ${matches} it just reinvoke the select from http.. and makes more requests.
Could we have a special sql block to execute on the main duckdb connection ? So that I can
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I can do a cell like this
and it works, but it's incredibly inefficient. I see the parquet file being fetched several time for an single cell.
Later if I reference
${matches}
it just reinvoke theselect from http..
and makes more requests.Could we have a special sql block to execute on the main duckdb connection ? So that I can
Beta Was this translation helpful? Give feedback.
All reactions