eschutho commented on code in PR #41549:
URL: https://github.com/apache/superset/pull/41549#discussion_r3583469041


##########
superset/key_value/types.py:
##########
@@ -56,6 +56,10 @@ class SharedKey(StrEnum):
     # Monotonically increasing version used to revoke outstanding guest tokens.
     # Bumping it invalidates every guest token minted with a lower version.
     GUEST_TOKEN_REVOCATION_VERSION = "guest_token_revocation_version"  # noqa: 
S105
+    # Per-workspace retention window (days) for purging soft-deleted entities.

Review Comment:
   Superset doesn't have a concept of workspaces, but rather deployments. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to