Commit 1051003 1 parent 0c9c0d0 commit 1051003 Copy full SHA for 1051003
File tree 1 file changed +21
-0
lines changed
clients/cli/src/main/resources
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ gcli schema [list|details|create|properties]
2
+
3
+ Please set the metalake in the Gravitino configuration file or the environment variable before running any of these commands.
4
+ Setting and removing schema properties is not currently supported by the Java API or the Gravitino CLI.
5
+
6
+ Example commands
7
+
8
+ Show all schemas in a catalog
9
+ gcli schema list --name catalog_postgres
10
+
11
+ Show schema details
12
+ gcli schema details --name catalog_postgres.hr
13
+
14
+ Show schema audit information
15
+ gcli schema details --name catalog_postgres.hr --audit
16
+
17
+ Create a schema
18
+ gcli schema create --name catalog_postgres.new_db
19
+
20
+ Display schema properties
21
+ gcli schema properties --name catalog_postgres.hr -i
You can’t perform that action at this time.
0 commit comments