mchades opened a new issue, #5231:
URL: https://github.com/apache/gravitino/issues/5231

   ### Describe the feature
   
   Support read-only mode for catalog, the catalog in read-only mode can only 
perform read operations. 
   
   All read operations regarding the catalog itself and its sub-objects will be 
rejected until the read-only mode is lifted.
   
   ### Motivation
   
   In data management, Read-Only Mode is a common security measure used to 
protect data from accidental or unauthorized modifications. It can be applied 
in scenarios such as data migration, system maintenance, and so on.
   
   ### Describe the solution
   
   Add an catalog API to support set read-only mode and show the status in the 
catalog properties
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to