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 68741ec commit 8f8659dCopy full SHA for 8f8659d
airbyte_cdk/sources/declarative/checks/check_stream.py
@@ -55,7 +55,7 @@ def check_connection(
55
if not streams:
56
return False, f"No streams to connect to from source {source}"
57
except Exception as error:
58
- return self._log_error(logger, "connecting to streams", error)
+ return self._log_error(logger, "discovering streams", error)
59
60
stream_name_to_stream = {s.name: s for s in streams}
61
for stream_name in self.stream_names:
0 commit comments