I'm writing a custom source connector. It is an RE...
# ask-community-for-troubleshooting
c
I'm writing a custom source connector. It is an REST API. I'm having issues with the schema. The problem is that this is a "custom field" so the attributes are rarely consistent between one object to the next. I would like it to leave it as an json object in the destination. Can I just put the type as "{"type": ["null", "object"]}" and will it still work?
m
If the value it’s an object yes, if not it’s better use string and use custom transformation or dbt to retrieve the final value