Skip to content

Commit ad750a1

Browse files
update description
1 parent 0d5e443 commit ad750a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airbyte_cdk/sources/file_based/config/file_based_stream_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class FileBasedStreamConfig(BaseModel):
7676
)
7777
use_first_found_file_for_schema_discovery: bool = Field(
7878
title="Use First Found File For Schema Discover",
79-
description="When enabled, the source will use the first found file for schema discovery. Helps to avoid long discovery step",
79+
description="When enabled, the source will use the first found file for schema discovery. Helps to avoid long discovery step.",
8080
default=False,
8181
)
8282

unit_tests/sources/file_based/scenarios/csv_scenarios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
},
488488
"use_first_found_file_for_schema_discovery": {
489489
"default": False,
490-
"description": "When enabled, the source will use the first found file for schema discovery. Helps to avoid long discovery step",
490+
"description": "When enabled, the source will use the first found file for schema discovery. Helps to avoid long discovery step.",
491491
"title": "Use First Found File For Schema Discover",
492492
"type": "boolean",
493493
},

0 commit comments

Comments
 (0)