Description
Currently, SQLMesh supports defining grants on a per-model basis (introduced recently), but it is not possible to define default grants globally in config under model_defaults.
Many organizations have standard permission sets (e.g., GRANT SELECT TO data_analysts) that apply to 90%+ of their models. Having to repeat the same grants block in every model file is redundant and prone to drift.