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
Copy file name to clipboardExpand all lines: docs/source/getstarted.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ Click on the following links to open the [examples](https://github.com/quintoand
28
28
29
29
**[#5 Add partitions to a table](https://github.com/quintoandar/hive-metastore-client/blob/main/examples/add_partitions.py)**
30
30
31
+
**[#6 Get partition keys objects from a table](https://github.com/quintoandar/hive-metastore-client/blob/main/examples/get_partition_keys_objects.py)**
32
+
33
+
**[#7 Get partition keys names from a table](https://github.com/quintoandar/hive-metastore-client/blob/main/examples/get_partition_keys_names.py)**
34
+
31
35
## Available methods
32
36
33
37
You can see all the Hive Metastore server available methods by looking at the
@@ -41,4 +45,6 @@ the [`HiveMetastoreClient`](https://github.com/quintoandar/hive-metastore-client
0 commit comments