Skip to content

Commit

Permalink
Adds doc comment to get_destination
Browse files Browse the repository at this point in the history
  • Loading branch information
tcboles committed Nov 5, 2024
1 parent 2fbce7f commit 957f7eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte/destinations/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def get_destination(
name: connector name
config: connector config - if not provided, you need to set it later via the set_config
method.
config_change_callback: callback function to be called when the connector config changes.
streams: list of stream names to select for reading. If set to "*", all streams will be
selected. If not provided, you can set it later via the `select_streams()` or
`select_all_streams()` method.
Expand Down

0 comments on commit 957f7eb

Please sign in to comment.