Cara (Haas) Silverstein
Cara (Haas) Silverstein
### What version of Materialize are you using? 20220808 (commit 521a83ebf47b995f3600b9a756d3efa7c41bcb4) ### How did you install Materialize? Docker image ### What is the issue? Test failed with ``` ERROR mz_adapter::coord::read_policy:...
### Feature request Split out system tables to into ones that are stable and can be used in views (aka stored in catalog) vs ones that are unstable and can...
Initial use case: Allow superusers to give other users access to the redacted activity log `GRANT SELECT ON TABLE mz_internal.mz_statement_execution_history_redacted TO `. draft/WIP PR: https://github.com/MaterializeInc/materialize/pull/22555
When users hit limits due to system vars, such as `max_tables`, add a hint for how to get unblocked. E.g. ``` ERROR: creating table would violate max_tables limit (desired: 26,...
Tip: when picking up a new ticket, start from the bottom b/c those are the newest ones and thus more likely to be low-hanging fruit/easy to tackle. ### Short Term...
See https://github.com/MaterializeInc/materialize/issues/26026. We will need to coordinate this rollout with: * Docs changes * Console * Cloud prometheus exporter * mzadmin * Demos (see full list on tracking ticket). Also...
Outcome: support `generate_cluster_name` so users can prefix a cluster name per dbt target. E.g. so that when running in dev, the `dev_` cluster is used and in prod, the `prod_`...
If you set your `cluster` session configuration parameter value to an invalid cluster name then try to execute a query, the error is unhelpful ``` materialize=> SELECT * FROM winning_bids;...
Fix "no cluster replicas available" adapter sql hint to be conditional based on managed or unmanaged cluster, as reported in https://github.com/MaterializeInc/materialize/issues/20000#issuecomment-2197198856. ### Motivation * This PR fixes a recognized bug....
Addresses https://github.com/MaterializeInc/materialize/issues/27740. ### Tips for reviewer I confirmed this SQL works, but open to other recommendations. Is there any way to determine the objects that depend on the orphaned dataflow?...