Hi All, I'm trying to set up a connector that woul...
# help-connector-development
b
Hi All, I'm trying to set up a connector that would take an arbitrary and inconsistent set of values as an input. In order to facilitate this, I'm trying to set the type of the parameter input as to an emtpy dict or object. I'm setting it as so in the spec.yaml file. Is there another way to do this? is there a better way? Whenever I build the connector, I don't see any options for input when I go to build the source. properties: test_dict: type: object description: test
m
I don’t think an empty object will display anything. You must add the fields inside it. You have the option to use AnyOf, did you check it?