Joaquin Colacci

Results 6 comments of Joaquin Colacci

`mz_records_per_dataflow_global` returns only the dataflows in the cluster running the command. It requires the user to switch between all the clusters (`SET CLUSTER = ...`) to know all the running...

Thank you! @teskje @lluki Is the following assumption correct?: - Most of the **views** from the mz_catalog (`SHOW VIEWS FROM mz_catalog`) are cluster-dependent and identifiable by the `cluster-id` at the...

I am requesting a re-review after applying all the items discussed.

@mjibson I have widely changed the way index creations are displayed. Uses tables rather than big sections. The text still needs some tweaks, but what do you think about the...

Applying the documentation changes and removing the delete in [the other PR](https://github.com/MaterializeInc/materialize/pull/14118) to make the merge simpler

Setting the `vscode-data-grid` display to grid solved my issue: ```javascript const table = document.createElement("vscode-data-grid"); ... table.style.display = "grid"; ```