We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbce7f commit 957f7ebCopy full SHA for 957f7eb
airbyte/destinations/util.py
@@ -35,6 +35,7 @@ def get_destination(
35
name: connector name
36
config: connector config - if not provided, you need to set it later via the set_config
37
method.
38
+ config_change_callback: callback function to be called when the connector config changes.
39
streams: list of stream names to select for reading. If set to "*", all streams will be
40
selected. If not provided, you can set it later via the `select_streams()` or
41
`select_all_streams()` method.
0 commit comments