Julian Rojas Valvo

Results 6 issues of Julian Rojas Valvo

This PR takes the already implemented user groups and expands them so that they actually grant permissions to their members. These user groups can be assigned as editors for datadocs...

This feature adds an additional run button for each query cell which will execute that query cell along with all of the query cells below it in the datadoc. As...

This also includes a new "multiline" column type which is assigned when a string contains newlines (\n). The initial use case for this feature was to be able to display...

This PR includes the setup of `dogstatsd`, a python library used for sending metrics to Datadog as well as the creation of a new stats logger, `DatadogStatsLogger`. In addition, it...

This PR implements tags for datadocs similarly to how they are implemented for tables. It allows tags to be assigned to datadocs and adds the ability to filter a datadoc...

Trino supports [`LIMIT ALL`](https://trino.io/docs/current/sql/select.html#limit-or-fetch-first-clause) but Querybook does not – it automatically adds an additional limit which breaks. This change disables the automatic limiter when LIMIT ALL is used.