@@ -32,14 +32,14 @@ groupings:
3232 variables :
3333 - llm_region
3434 - tag
35- - run_post_load_procedures
3635 - title : " Hidden Variables"
3736 visible : false
3837 variables :
3938 - user_ocid
4039 - fingerprint
4140 - private_key_path
4241 - db_compute_model
42+ - run_post_load_procedures
4343# General Configuration Variables
4444variables :
4545 tenancy_ocid :
@@ -73,7 +73,7 @@ variables:
7373 description : " Provide Database name. Constraints: 12 alphanumeric characters only. No Spaces."
7474 required : true
7575 type : string
76- maxLength : 30
76+ maxLength : 30
7777 db_is_free_tier :
7878 title : Do do want a always Free Oracle Autonomous Database instance?
7979 description : " Provision Always Free Oracle Autonomous Database instance (20 GB Storage)?"
@@ -113,7 +113,7 @@ variables:
113113 - " 23ai"
114114 default : " 23ai"
115115 required : true
116- visible : true
116+ visible : false
117117 db_size_in_tbs :
118118 title : " The quantity of data in the database, in terabytes."
119119 description : " The quantity of data in the database, in terabytes."
@@ -153,8 +153,7 @@ variables:
153153 db_compute_count :
154154 title : The number of ECPUs cores to be made available to the database
155155 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
158157 required : true
159158 visible :
160159 eq :
@@ -178,7 +177,7 @@ variables:
178177 - " REGISTERED"
179178 default : " NOT_REGISTERED"
180179 required : true
181- visible : true
180+ visible : false
182181 db_database_management_status :
183182 title : " Status of Database Management for this Autonomous Database"
184183 description : " Status of Database Management for this Autonomous Database. Values supported are ENABLED and NOT_ENABLED"
@@ -188,7 +187,7 @@ variables:
188187 - " ENABLED"
189188 default : " NOT_ENABLED"
190189 required : true
191- visible : true
190+ visible : false
192191 db_operations_insights_status :
193192 title : " Status of Operations Insights for this Autonomous Database"
194193 description : " Status of Operations Insights for this Autonomous Database. Values supported are ENABLED and NOT_ENABLED"
@@ -198,7 +197,7 @@ variables:
198197 - " ENABLED"
199198 default : " NOT_ENABLED"
200199 required : true
201- visible : true
200+ visible : false
202201# Workshop Settings
203202 llm_region :
204203 title : " Pick one of the listed regions that your tenancy it's subscribed to access the LLM"
@@ -219,17 +218,7 @@ variables:
219218 type : enum
220219 enum :
221220 - " 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"
233222 required : true
234223 visible : true
235224outputs :
0 commit comments