We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcad0a commit 2e1e387Copy full SHA for 2e1e387
1 file changed
sqlmesh/core/engine_adapter/base.py
@@ -3062,9 +3062,6 @@ def _revoke_grants_config_expr(
3062
) -> t.List[exp.Expression]:
3063
"""Returns SQLGlot expressions to revoke grants from a table.
3064
3065
- Note: SQLGlot doesn't yet have a Revoke expression type, so implementations
3066
- may return other expression types or handle revokes as strings.
3067
-
3068
Args:
3069
table: The table/view to revoke permissions from.
3070
grant_config: Dictionary mapping permissions to lists of grantees.
0 commit comments