Skip to content

Commit 10a3b4e

Browse files
update expected spec
1 parent 377884c commit 10a3b4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

unit_tests/sources/file_based/scenarios/csv_scenarios.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,12 @@
485485
"exclusiveMinimum": 0,
486486
"type": "integer",
487487
},
488+
"use_first_found_file_for_schema_discovery": {
489+
"default": False,
490+
"description": "When enabled, the source will use the first found file for schema discovery. Helps to avoid long discovery step",
491+
"title": "Use first found file for schema discovery",
492+
"type": "boolean",
493+
},
488494
},
489495
"required": ["name", "format"],
490496
},

0 commit comments

Comments
 (0)