joshua_janicas
11/20/2024, 4:03 AM2024-11-20 02:49:19 +0000 - dagster - INFO - elt_run - 81ea9088-1acd-4042-ae40-7b0c958f9bd9 - elt_run_elOp[licensePlateLookup] - 2024-11-20T02:49:18.950577Z [info ] UnicodeDecodeError: 'utf-16-le' codec can't decode bytes in position 18-19: unexpected end of data
I assume the issue here is that there's entries in my data table (it is an NVARCHAR(10)
) that is not playing nice with the utf-16-le
encoding. I was able to load 90% of the rows in an initial warmup. Looking for thoughts onto what I can do to address this.
I am pretty sure that NVARCHAR uses UTF-16-LE though in Microsoft SQL?joshua_janicas
11/20/2024, 4:04 AMjoshua_janicas
11/20/2024, 4:36 AMBuzzCutNorman
11/20/2024, 2:47 PMjoshua_janicas
11/20/2024, 2:51 PMjoshua_janicas
11/20/2024, 2:52 PMjoshua_janicas
11/20/2024, 2:52 PMjoshua_janicas
11/20/2024, 2:54 PMBuzzCutNorman
11/20/2024, 3:02 PMjoshua_janicas
11/20/2024, 5:18 PM