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