Forum Discussion
amardeep2021
4 years agoNew Contributor III
As I could see the source is from google sheet and it is showing like this. Let me try with BIGINT and get back to you soon.
- mbowen4 years agoEmployee
is annual_revenue an integer or a decimal? BIGINT will likely raise the same 1207 error trying to write a decimal value. It if should be an integer, then we should modify the pipeline to write this value as a integer.