Skip to content

Commit dca1dbf

Browse files
committed
Add comment about stream names in check dynamic stream
1 parent f50f38b commit dca1dbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte_cdk/sources/declarative/checks/check_dynamic_stream.py

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class CheckDynamicStream(ConnectionChecker):
2020
Attributes:
2121
stream_count (int): numbers of streams to check
2222
"""
23+
# TODO: Add field stream_names to check_connection for static streams
24+
# https://github.com/airbytehq/airbyte-python-cdk/pull/293#discussion_r1934933483
2325

2426
stream_count: int
2527
parameters: InitVar[Mapping[str, Any]]

0 commit comments

Comments
 (0)