Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery ingestion: Table descriptions not displaying special characters correctly (UTF-8 issue) #12446

Open
FRM96 opened this issue Jan 23, 2025 · 1 comment
Labels
bug Bug report

Comments

@FRM96
Copy link

FRM96 commented Jan 23, 2025

Describe the bug
When ingesting metadata from BigQuery into DataHub, table descriptions do not correctly display special characters such as accented letters (e.g., á, é, í). However, column descriptions are displayed correctly with proper UTF-8 encoding.

To Reproduce

  1. Set up a BigQuery ingestion.
  2. Ensure tables in BigQuery have descriptions containing special characters.
  3. Run the ingestion pipeline.
  4. Check the table descriptions in DataHub. The special characters appear incorrectly encoded, while column descriptions display correctly.

Expected behavior
Table descriptions should display special characters correctly, just like column descriptions, with proper UTF-8 encoding.

Screenshots
Table description

Image

Column description

Image

@FRM96 FRM96 added the bug Bug report label Jan 23, 2025
@bouaouda-achraf
Copy link
Contributor

bouaouda-achraf commented Jan 24, 2025

Also the newline character is not correctly displayed :

Example :

table description :

AAAA
BBBB
CCCC

datahub UI , dataset description :

AAAA\nBBBB\nCCCC

thanks

#12478

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

2 participants