File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -200,13 +200,7 @@ def create_curation_task(
200200 print (f" Generated dataType: { data_type } " )
201201
202202 # Optionally bind schema to folder
203- # For local testing: We'll bind the schema URI even though it points to the
204- # registered schema on main. The file view columns with enum values should
205- # provide the dropdowns we need for testing.
206203 if bind_schema :
207- print (f"\n ⚠️ TESTING MODE: Schema binding will use registered URI from main branch" )
208- print (f" Local schema changes won't appear in bound schema" )
209- print (f" But column enum values should provide filter field dropdowns" )
210204 bind_schema_to_folder (upload_folder_id , schema_uri , syn )
211205
212206 # Create EntityView (file view) using the better implementation from json_schema_entity_view
You can’t perform that action at this time.
0 commit comments