Skip to content

Commit

Permalink
fix streams not passed to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 27, 2024
1 parent 54898e5 commit 4bf1d6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airbyte/_factories/connector_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ def get_source(
executor.ensure_installation()

return Source(
executor=executor,
name=name,
config=config,
streams=streams,
executor=executor,
)

0 comments on commit 4bf1d6c

Please sign in to comment.