Skip to content

Commit c3cbad8

Browse files
authored
Update airbyte_cdk/sources/declarative/manifest_declarative_source.py
1 parent 769d361 commit c3cbad8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

airbyte_cdk/sources/declarative/manifest_declarative_source.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ def __init__(
110110
self._config = config or {}
111111
self._validate_source()
112112

113-
self.check_config_against_spec = True
114-
115113
self.check_config_during_discover = self._uses_dynamic_schema_loader()
116114

117115
@property

0 commit comments

Comments
 (0)