Skip to content

Commit 2f91b80

Browse files
committed
test
1 parent cff30a1 commit 2f91b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-cdk/python/airbyte_cdk/sources/abstract_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def streams(self, config: Mapping[str, Any]) -> List[Stream]:
5858
"""
5959

6060
# Stream name to instance map for applying output object transformation
61-
_stream_to_instance_map: Dict[str, Stream] = {}
61+
_stream_to_instance_map: Dict[str, Stream] = {""}
6262

6363
@property
6464
def name(self) -> str:

0 commit comments

Comments
 (0)