Skip to content

Commit 2a9a4d6

Browse files
Revert testing mode - restore normal schema binding
Undoing Option 1 (local schema file) approach. Restoring original schema binding behavior that uses registered URIs. Preparing for Option 2: selective schema registration for testing.
1 parent d443602 commit 2a9a4d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

utils/create_curation_task.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)