pql.set_verbose
pql.set_verbose(enabled)
Set verbose mode to enabled or disabled. Verbose mode will output the query
being executed with pql.execute after cell execution in addition
to providing a relative progress indicator.
Parameters:
connection: bool
Whether verbose mode should be enabled.
Returns:
None
Examples:
Enable verbose mode:
pql.set_verbose(True)