Heya! I really like the idea of the connector-buil...
# help-connector-development
d
Heya! I really like the idea of the connector-builder-ui. I was trying it out but I had a problem and I was wondering if you can help me out. When creating a connector, and than adding it to airbyte, I have stumbled into an error message:
No properties node in stream schema
. As I understand, something is missing in the yml file generate by the connector builder. Is there a way to add that piece of information with the connector builder or should I add it myself manually?
I fixed this by adding the schema to the stream in the connector builder. Updating the source in airbyte did not work. I tried creating a new source and that worked.