Hendrik

Results 4 issues of Hendrik

Adds the /dp backslash command. It lists privileges that have been granted on tables, views and sequences. It is implemented in the information schema metadata reader and was tested against...

This fixes the output of `\d *`. There were too many newlines printed at the beginning of the output. And no newlines were printed to separate indices and sequences. E.g.:...

Adds extraNewline option. When set, the printed table will be followed by an empty line. Necessary for usqls [PR362](https://github.com/xo/usql/pull/362) to avoid printing the newline from usql code. The option is...

### Describe the bug The `connect_retries` and `connect_timeout` parameters in the `profiles.yml` don't have the effect that is described [in the docs](https://docs.getdbt.com/docs/core/connect-data-platform/databricks-setup#additional-parameters). The retry functionality seems to be implemented, but...

bug