File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -852,7 +852,7 @@ components:
852852 $ref : ' #/components/schemas/Source'
853853
854854 DatasetType :
855- type : enum
855+ type : string
856856 enum : [DB_TABLE, STREAM]
857857 description : The type of dataset
858858
@@ -1258,7 +1258,7 @@ components:
12581258 $ref : ' #/components/schemas/Tag'
12591259
12601260 JobType :
1261- type : enum
1261+ type : string
12621262 enum : [BATCH, STREAM, SERVICE]
12631263 description : The type of the job.
12641264
@@ -1692,7 +1692,7 @@ components:
16921692 $ref : ' #/components/schemas/GraphEdge'
16931693
16941694 NodeType :
1695- type : enum
1695+ type : string
16961696 enum : [ JOB, DATASET ]
16971697 description : The type of the diff node.
16981698
@@ -1776,7 +1776,7 @@ components:
17761776 example : ' dataset:food_delivery:public.delivery_7_days'
17771777
17781778 SearchResultType :
1779- type : enum
1779+ type : string
17801780 enum : [DATASET, JOB]
17811781 description : The type of search result.
17821782 example : DATASET
You can’t perform that action at this time.
0 commit comments