Hi all,
I am using a Cdata Restapi to connect to a datasource, and it has been working fine up to now.
It seems they have changed one of the fields, used for incremental loading, and this has now become too long to fit in a integer data type.
I have had contact with the support team of the datasource and it seems the field had always been setup as a int64 field (not documented very well), but the value wasn't that big in the past. Now I get errors when retrieving data , stating that the field is too small.
How can I adjust the field definition in TX so that it is a bigint field instead of int32? I tried with override datatype, but initially it still wants to load the data in int32.
Using the TX 20.10 version, with business units and a cdata restapi connection.
Has anyone experience with this?
Kind regards,
Jacqueline