Hi! I am trying to create a custom tap that pulls from an API using the sdk.
I am currently having an issue when a string field is being interpreted as a decimal preventing the run.
I am currently defining the field as
th.StringType
Any help would be great!
m
mark_estey
10/23/2023, 5:08 PM
Have you checked the actual responses? I came across an API that was sometimes returning strings but also sometimes returning numeric data for the same field, so I had to allow both in the tap schema like this: