Dear OD users,
I’m currently trying to create and update data tables using the python SDK. However, I ran into two problems:
- Is there the possibility to define the datatypes when creating a data tables? Sometimes the type is not correctly identified. For example for a column containing floats and some Null values, these are identified as a string column.
- Is there a possibility to replace a data table with a new schema? In the workflows I can decide whether I would like to replace the schema, take the old one or enforce an exact match. As far as I’ve seen it, I do not have this possibility using the API or SDK.
Any help is appreciated.
Thanks,
Johannes