Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Nov 5, 2022
1 parent cff30a1 commit 2f91b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-cdk/python/airbyte_cdk/sources/abstract_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def streams(self, config: Mapping[str, Any]) -> List[Stream]:
"""

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

@property
def name(self) -> str:
Expand Down

0 comments on commit 2f91b80

Please sign in to comment.