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 6ca213c commit dce4f8cCopy full SHA for dce4f8c
airbyte_cdk/sources/abstract_source.py
@@ -324,15 +324,15 @@ def stop_sync_on_stream_failure(self) -> bool:
324
on the first error seen and emit a single error trace message for that stream.
325
"""
326
return False
327
-
+
328
@property
329
def check_config_during_discover(self) -> bool:
330
331
Determines whether config validation should be skipped during discovery.
332
333
By default, config validation is not skipped during discovery. This can be overridden
334
by sources that can provide catalog information without requiring authentication.
335
336
Returns:
337
bool: True if config validation should be skipped during discovery, False otherwise.
338
0 commit comments