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
When running long queries, I occasionally get progress bar display.
I'm running in an environment without proper terminal support and I'd like to disable rendering of progress bar.
I know it's possible to do it by explicitly running the statement SET enable_progress_bar = false;
But doing this every time gets annoying fast.
Is it possible to disable progress bar using connection options?
I tried using config parameter of ducdkb() function like this:
rapi_startup: Failed to set configuration option: {"exception_type":"Invalid Input","exception_message":"Could not set option \"enable_progress_bar\" as a global option"}
Tried various values for enable_progress_bar ("f", "0", "FALSE", "False") but nothing seems to work..
The text was updated successfully, but these errors were encountered:
I'm using duckdb R package 1.2.0.
When running long queries, I occasionally get progress bar display.
I'm running in an environment without proper terminal support and I'd like to disable rendering of progress bar.
I know it's possible to do it by explicitly running the statement
SET enable_progress_bar = false;
But doing this every time gets annoying fast.
Is it possible to disable progress bar using connection options?
I tried using config parameter of ducdkb() function like this:
But this gives me the following error:
Tried various values for enable_progress_bar ("f", "0", "FALSE", "False") but nothing seems to work..
The text was updated successfully, but these errors were encountered: