You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: