Skip to content

Commit 957f7eb

Browse files
committed
Adds doc comment to get_destination
1 parent 2fbce7f commit 957f7eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte/destinations/util.py

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def get_destination(
3535
name: connector name
3636
config: connector config - if not provided, you need to set it later via the set_config
3737
method.
38+
config_change_callback: callback function to be called when the connector config changes.
3839
streams: list of stream names to select for reading. If set to "*", all streams will be
3940
selected. If not provided, you can set it later via the `select_streams()` or
4041
`select_all_streams()` method.

0 commit comments

Comments
 (0)