Skip to content

Commit

Permalink
Fix: Pass streams list from get_source() to Source constructor (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Feb 27, 2024
1 parent 54898e5 commit 1964a8b
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 1964a8b

Please sign in to comment.