@@ -32,14 +32,14 @@ groupings:
32
32
variables :
33
33
- llm_region
34
34
- tag
35
- - run_post_load_procedures
36
35
- title : " Hidden Variables"
37
36
visible : false
38
37
variables :
39
38
- user_ocid
40
39
- fingerprint
41
40
- private_key_path
42
41
- db_compute_model
42
+ - run_post_load_procedures
43
43
# General Configuration Variables
44
44
variables :
45
45
tenancy_ocid :
@@ -73,7 +73,7 @@ variables:
73
73
description : " Provide Database name. Constraints: 12 alphanumeric characters only. No Spaces."
74
74
required : true
75
75
type : string
76
- maxLength : 30
76
+ maxLength : 30
77
77
db_is_free_tier :
78
78
title : Do do want a always Free Oracle Autonomous Database instance?
79
79
description : " Provision Always Free Oracle Autonomous Database instance (20 GB Storage)?"
@@ -113,7 +113,7 @@ variables:
113
113
- " 23ai"
114
114
default : " 23ai"
115
115
required : true
116
- visible : true
116
+ visible : false
117
117
db_size_in_tbs :
118
118
title : " The quantity of data in the database, in terabytes."
119
119
description : " The quantity of data in the database, in terabytes."
@@ -153,8 +153,7 @@ variables:
153
153
db_compute_count :
154
154
title : The number of ECPUs cores to be made available to the database
155
155
description : " The number of ECPU cores to enable. For ECPUs count needs to be minimum 2 and maximum 512 ECPUs"
156
- type : string
157
- default : 2
156
+ type : number
158
157
required : true
159
158
visible :
160
159
eq :
@@ -178,7 +177,7 @@ variables:
178
177
- " REGISTERED"
179
178
default : " NOT_REGISTERED"
180
179
required : true
181
- visible : true
180
+ visible : false
182
181
db_database_management_status :
183
182
title : " Status of Database Management for this Autonomous Database"
184
183
description : " Status of Database Management for this Autonomous Database. Values supported are ENABLED and NOT_ENABLED"
@@ -188,7 +187,7 @@ variables:
188
187
- " ENABLED"
189
188
default : " NOT_ENABLED"
190
189
required : true
191
- visible : true
190
+ visible : false
192
191
db_operations_insights_status :
193
192
title : " Status of Operations Insights for this Autonomous Database"
194
193
description : " Status of Operations Insights for this Autonomous Database. Values supported are ENABLED and NOT_ENABLED"
@@ -198,7 +197,7 @@ variables:
198
197
- " ENABLED"
199
198
default : " NOT_ENABLED"
200
199
required : true
201
- visible : true
200
+ visible : false
202
201
# Workshop Settings
203
202
llm_region :
204
203
title : " Pick one of the listed regions that your tenancy it's subscribed to access the LLM"
@@ -219,17 +218,7 @@ variables:
219
218
type : enum
220
219
enum :
221
220
- " gen-ai"
222
- default : " gen-ai"
223
- required : true
224
- visible : true
225
- run_post_load_procedures :
226
- title : Run procedures after loading data
227
- description : " Pick one from below"
228
- type : enum
229
- enum :
230
- - true
231
- - false
232
- default : true
221
+ - " moviestream-analytics"
233
222
required : true
234
223
visible : true
235
224
outputs :
0 commit comments