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
Returning data to local variable result
I don't want this message to clutter my output for the document I am producing. It would be useful to have a setting to suppress this message.
Current workaround for this issue (needs to be applied for each cell):
%%capture
%%sql result <<
select col_name
from table_name
The text was updated successfully, but these errors were encountered:
these are things we got from the original repo, and I've seen many instances where it prints unnecessary stuff. why don't just delete the message? An option sounds like too much work
Alternatively, we might want to set a global "verbosity" option, which controls all of these messages.
Example:
In:
Out:
Returning data to local variable result
I don't want this message to clutter my output for the document I am producing. It would be useful to have a setting to suppress this message.
Current workaround for this issue (needs to be applied for each cell):
The text was updated successfully, but these errors were encountered: