Hello, I’m trying to run tap-snowflake target-bigq...
# troubleshooting
i
Hello, I’m trying to run tap-snowflake target-bigquery, but I get an error
Couldn't convert value to timestamp: Could not parse '2021-01-01T09:00:00+01:00+00:00' as a timestamp. Required format is YYYY-MM-DD HH:MM[:SS[.SSSSSS]] or YYYY/MM/DD HH:MM[:SS[.SSSSSS]] Field: START_DATE; Value: 2021-01-01T09:00:00+01:00+00:00\n"
Any advices where in code I should fix this?
a
Fix it in your tap config. In the yaml. If you look at the error closely you can see your start_date is invalid.