Skip to content

Commit 1c82d4b

Browse files
committed
remove outdated comment
1 parent fb365bb commit 1c82d4b

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
@@ -3062,9 +3062,6 @@ def _revoke_grants_config_expr(
30623062
) -> t.List[exp.Expression]:
30633063
"""Returns SQLGlot expressions to revoke grants from a table.
30643064
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-
30683065
Args:
30693066
table: The table/view to revoke permissions from.
30703067
grant_config: Dictionary mapping permissions to lists of grantees.

0 commit comments

Comments
 (0)