simon_podhajsky
03/10/2023, 5:45 PMtarget-duckdb - it fails where target-jsonl succeeds while importing from tap-mysql , but only on some tables. A typical import error is duckdb.InvalidInputException: Invalid Input Error: Attempting to execute an unsuccessful or closed pending query result, which appears to be a catch-all that doesn't really give me much to go on. Any troubleshooting suggestions before I start doing binary search on problematic data in problematic tables?aaronsteers
03/10/2023, 7:15 PMsimon_podhajsky
03/10/2023, 9:46 PMsimon_podhajsky
03/10/2023, 11:47 PM'utf-8' codec can't decode byte 0xb1 in position 129: invalid start byte. This tracks, since there are some Czech characters in the text - but I think they're stored as UTF-8 in the MySQL database, and what's more, the point at which the import stops appears to have little to do with the actual content. If I set batch_size_rows: 1, the next row in the import typically has no Unicode special characters, let alone this particular one.simon_podhajsky
03/10/2023, 11:51 PMsimon_podhajsky
03/11/2023, 12:13 AMsimon_podhajsky
03/11/2023, 1:19 AM2023-03-11T01:06:55.086247Z [info ] duckdb.ParserException: Parser Error: syntax error at or near "FROM" cmd_type=elb consumer=True name=target-duckdb producer=False stdio=stderr string_id=target-duckdb
2023-03-11T01:06:55.087261Z [info ] LINE 1: UPDATE debatovanicz."clovek" SET FROM tmp_763b3f58_4990_4954_85dc_b29298... cmd_type=elb consumer=True name=target-duckdb producer=False stdio=stderr string_id=target-duckdb
2023-03-11T01:06:55.088326Z [info ] ^ cmd_type=elb consumer=True name=target-duckdb producer=False stdio=stderr string_id=target-duckdbsimon_podhajsky
03/11/2023, 5:04 PM