Skip to content

Commit 31b6be0

Browse files
fix typo
1 parent d312c9c commit 31b6be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -93,7 +93,7 @@ def validate_input_schema(cls, v: Optional[str]) -> Optional[str]:
9393
def validate_discovery_related_fields(cls, values: Dict[str, Any]) -> Dict[str, Any]:
9494
"""
9595
Please update this validation when new related to schema discovery field is added.
96-
Validates schema discovery options compatability.
96+
Validates schema discovery options compatibility.
9797
Note, that initially the recent_n_files_to_read_for_schema_discovery was added without a validation if schemaless or input_schema were provided.
9898
So this method doesn't check it to do not break already created connections.
9999
If recent_n_files_to_read_for_schema_discovery and schemaless or recent_n_files_to_read_for_schema_discovery and input_schema were provided,

0 commit comments

Comments
 (0)