Skip to content

Commit 081c170

Browse files
committed
remove outdated comment
1 parent 19a00b9 commit 081c170

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
@@ -3164,9 +3164,6 @@ def _revoke_grants_config_expr(
31643164
) -> t.List[exp.Expression]:
31653165
"""Returns SQLGlot expressions to revoke grants from a table.
31663166
3167-
Note: SQLGlot doesn't yet have a Revoke expression type, so implementations
3168-
may return other expression types or handle revokes as strings.
3169-
31703167
Args:
31713168
table: The table/view to revoke permissions from.
31723169
grant_config: Dictionary mapping permissions to lists of grantees.

0 commit comments

Comments
 (0)