We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b4334 commit 68d7ef9Copy full SHA for 68d7ef9
acceptance/bundle/resources/schemas/recreate/output.txt
@@ -67,8 +67,14 @@ Error: Resource catalog.SchemaInfo not found: main.myschema
67
68
>>> [CLI] schemas get newmain.myschema
69
{
70
+ "browse_only":false,
71
"catalog_name":"newmain",
72
+ "catalog_type":"MANAGED_CATALOG",
73
"comment":"COMMENT1",
74
+ "created_at":[UNIX_TIME_MILLIS][0],
75
+ "created_by":"[USERNAME]",
76
"full_name":"newmain.myschema",
- "name":"myschema"
77
+ "name":"myschema",
78
+ "owner":"[USERNAME]",
79
+ "updated_at":[UNIX_TIME_MILLIS][0]
80
}
0 commit comments