We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01525f commit 769d361Copy full SHA for 769d361
airbyte_cdk/connector.py
@@ -35,8 +35,7 @@ class BaseConnector(ABC, Generic[TConfig]):
35
"""Configure whether `check_config_against_spec_or_exit()` needs to be called."""
36
37
check_config_during_discover: bool = False
38
- """
39
- Determines whether config validation should be skipped during discovery.
+ """Determines whether config validation should be skipped during discovery.
40
41
By default, config validation is not skipped during discovery. This can be overridden
42
by sources that can provide catalog information without requiring authentication.
0 commit comments