gravitino icon indicating copy to clipboard operation
gravitino copied to clipboard

[Subtask] Add Partition APIs in Gravitino Python client

Open xunliu opened this issue 1 year ago • 2 comments

Describe the subtask

Add these Python function interfaces into Gravitino Python client, reference to the document for the API descriptions.

  • listPartitions(...): https://datastrato.ai/docs/0.4.0/api/rest/list-partitions
  • addPartition(...): https://datastrato.ai/docs/0.4.0/api/rest/add-partitions
  • getPartition(...): https://datastrato.ai/docs/0.4.0/api/rest/get-partition

We can reference the Gravitino JAVA client implementation, RelationalTable.java

Parent issue

#2113

xunliu avatar Feb 19 '24 04:02 xunliu

Hi @xunliu I'm interested in this issue. May I take it if it's still available?

arnoldmr01 avatar Apr 17 '25 03:04 arnoldmr01

Is this issue only about adding interfaces for these three functions, or is the actual implementation needed as well?

arnoldmr01 avatar Apr 23 '25 02:04 arnoldmr01