Dynamic columns/metrics

This commit is contained in:
Beto Dealmeida
2026-04-22 14:34:51 -04:00
parent a06ae6c7b6
commit f1fdc8a524
9 changed files with 250 additions and 30 deletions

View File

@@ -404,6 +404,9 @@ class SemanticView(AuditMixinNullable, Model):
def is_rls_supported(self) -> bool:
return False
def raise_for_access(self) -> None:
"""No-op: semantic view access control is not yet implemented."""
@property
def query_language(self) -> str | None:
return None