Hello everyone! I work on a pipeline that uses tap-intacct (this is a custom tap) and target-bigquery. When I did run the pipeline I got this error:
• google.protobuf.json_format.ParseError: Failed to parse RECORDNO field: expected string or bytes-like object.
I know that the problem is that from tap get an int type for the field and bigquery expect a string. So my question is if I can change the type of the field from the tap and how can I do? Wich docs I can review?