MeltanoLabs / target-chromadb

MIT License
2 stars 2 forks source link

fix: Handle non-string values when generating ID from record properties #9

Open ReubenFrankel opened 1 year ago

ReubenFrankel commented 1 year ago
TypeError: sequence item 1: expected str instance, int found

When using record properties to generate an ID, cast all values to str first.