Hey everyone! I’m having trouble with importing data. The error is “field type conflict” - I’m injecting float but the stored value is string. But when I query the database for all the data, it returns all float. I’m using the python client.
I’m also using the included GUI to inspect the types and also the client to inspect the full data set.