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

Displaying artifacts when using codeBlock in the description of objects #14242

Closed
AlekseevVadim opened this issue Dec 5, 2023 · 0 comments · Fixed by #14617
Closed

Displaying artifacts when using codeBlock in the description of objects #14242

AlekseevVadim opened this issue Dec 5, 2023 · 0 comments · Fixed by #14617
Assignees

Comments

@AlekseevVadim
Copy link
Contributor

Affected module
UI

Describe the bug
When using codeBlock in the description of objects, in some cases the description display after saving contains some artifacts.

To Reproduce
code_field_bug

Expected behavior
The codeBlock display must not contain artifacts

Version:

  • OpenMetadata version: 1.2.2

Additional context
I tested it in the sandbox:
https://sandbox.open-metadata.org/table/vertica_test.VMart.public.employee_dimension
Used this text to fill in the description:


Запрос

IFERROR ( 
    IF (
        SUM ( 'Запасы'[СЗ, руб2] ) <> BLANK (),
        CALCULATE (
            DIVIDE ( SUM ( 'Запасы'[СЗ, руб2] ), [Количество дней в периоде_new] ),
            FILTER ( 'Место отгрузки', [Код предприятия] <> "7001" ),
            FILTER ( 'Запасы', [Код типа запаса] <> "E" )
        ),
        BLANK ()
    ),
    0
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
2 participants