Skip to content

Commit 8f8659d

Browse files
committed
Update action name
1 parent 68741ec commit 8f8659d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/checks/check_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def check_connection(
5555
if not streams:
5656
return False, f"No streams to connect to from source {source}"
5757
except Exception as error:
58-
return self._log_error(logger, "connecting to streams", error)
58+
return self._log_error(logger, "discovering streams", error)
5959

6060
stream_name_to_stream = {s.name: s for s in streams}
6161
for stream_name in self.stream_names:

0 commit comments

Comments
 (0)