Skip to content

Commit 68d7ef9

Browse files
committed
update tests
1 parent c4b4334 commit 68d7ef9

File tree

1 file changed

+7
-1
lines changed
  • acceptance/bundle/resources/schemas/recreate

1 file changed

+7
-1
lines changed

acceptance/bundle/resources/schemas/recreate/output.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,14 @@ Error: Resource catalog.SchemaInfo not found: main.myschema
6767

6868
>>> [CLI] schemas get newmain.myschema
6969
{
70+
"browse_only":false,
7071
"catalog_name":"newmain",
72+
"catalog_type":"MANAGED_CATALOG",
7173
"comment":"COMMENT1",
74+
"created_at":[UNIX_TIME_MILLIS][0],
75+
"created_by":"[USERNAME]",
7276
"full_name":"newmain.myschema",
73-
"name":"myschema"
77+
"name":"myschema",
78+
"owner":"[USERNAME]",
79+
"updated_at":[UNIX_TIME_MILLIS][0]
7480
}

0 commit comments

Comments
 (0)