Skip to content

Commit 3314e79

Browse files
committed
remove outdated comment
1 parent b6d57f0 commit 3314e79

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

sqlmesh/core/engine_adapter/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,9 +3066,6 @@ def _revoke_grants_config_expr(
30663066
) -> t.List[exp.Expression]:
30673067
"""Returns SQLGlot expressions to revoke grants from a table.
30683068
3069-
Note: SQLGlot doesn't yet have a Revoke expression type, so implementations
3070-
may return other expression types or handle revokes as strings.
3071-
30723069
Args:
30733070
table: The table/view to revoke permissions from.
30743071
grant_config: Dictionary mapping permissions to lists of grantees.

0 commit comments

Comments
 (0)