Hello, I’m creating a source connector for a schem...
# replication-troubleshooting
j
Hello, I’m creating a source connector for a schemaless database (Firestore). How is the
get_json_schema
generally implemented in this case? Should I try to guess the schema from a few documents? It could be wrong. Or should I instead just encode everything to a string and leave it there? I thought also about asking for the schema in a connector input maybe?