Writing a destination connector and wondering if t...
# help-connector-development
s
Writing a destination connector and wondering if there is a way to have stream specific configuration? It seems like config is at the connector level for all streams. Some more context, the destination I have has a vector field that requires being set via special API call, however I don't know which field of stream contains the vector data. So I would like a per stream configuration that tells me which field contains the vector. Is this possible?