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
…n client (#2898)
### What changes were proposed in this pull request?
Support Fileset Catalog in Python client, support below functions:
1. list_filesets()
2. load_fileset()
3. create_fileset()
4. alter_fileset()
5. drop_fileset()
### Why are the changes needed?
Fix: #2470#2252#2253
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
CI Passed
Describe the subtask
Add these Python function interfaces into Gravitino Python client, reference to the document for the API descriptions.
We can reference the Gravitino JAVA client implementation, RelationalCatalog.java
Parent issue
#2113
The text was updated successfully, but these errors were encountered: