Commit 4d525f4 1 parent 58f6698 commit 4d525f4 Copy full SHA for 4d525f4
File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -342,41 +342,41 @@ spec:
342
342
- name : external_table_ids
343
343
description : Unique IDs for any external tables being provisioned
344
344
type :
345
- - tuple
346
- - []
345
+ - list
346
+ - string
347
347
- name : external_table_names
348
348
description : Friendly names for any external tables being provisioned
349
349
type :
350
- - tuple
351
- - []
350
+ - list
351
+ - string
352
352
- name : project
353
353
description : Project where the dataset and tables are created
354
354
type : string
355
355
- name : routine_ids
356
356
description : Unique IDs for any routine being provisioned
357
357
type :
358
- - tuple
359
- - []
358
+ - list
359
+ - string
360
360
- name : table_ids
361
361
description : Unique id for the table being provisioned
362
362
type :
363
- - tuple
364
- - []
363
+ - list
364
+ - string
365
365
- name : table_names
366
366
description : Friendly name for the table being provisioned
367
367
type :
368
- - tuple
369
- - []
368
+ - list
369
+ - string
370
370
- name : view_ids
371
371
description : Unique id for the view being provisioned
372
372
type :
373
- - tuple
374
- - []
373
+ - list
374
+ - string
375
375
- name : view_names
376
376
description : friendlyname for the view being provisioned
377
377
type :
378
- - tuple
379
- - []
378
+ - list
379
+ - string
380
380
requirements :
381
381
roles :
382
382
- level : Project
You can’t perform that action at this time.
0 commit comments