Hello Team, I am getting the error messages below ingesting metadata from MSSQL Server using “ODBC Driver 17 for SQL Server”
Error message: datahub.ingestion.run.pipeline.PipelineInitError: Failed to configure the source (mssql): ‘utf-16-le’ codec can’t decode byte 0x44 in position 16: truncated data
I am using CLI
Datahub version: 0.10.5
Anyone encountered the same issue? If so, I would appreciate if you share your experiences. Thanks!
Hey <@U054RJ6EQBD>, When configuring the MSSQL source in DataHub, consider specifying the character encoding explicitly in the connection string. I hope this will help.
Hey <@U054RJ6EQBD>, You can try adding encoding under #options , inside “source: config:” section. I will also recommend to use latest datahub version.