Skip to content

Commit 3380756

Browse files
committed
remove outdated comment
1 parent 391ede2 commit 3380756

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sqlmesh/core/engine_adapter/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3057,9 +3057,6 @@ def _revoke_grants_config_expr(
30573057
) -> t.List[exp.Expression]:
30583058
"""Returns SQLGlot expressions to revoke grants from a table.
30593059
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-
30633060
Args:
30643061
table: The table/view to revoke permissions from.
30653062
grant_config: Dictionary mapping permissions to lists of grantees.

0 commit comments

Comments
 (0)