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

Thread shows truncated information #3180

Closed
mithmatt opened this issue Mar 6, 2022 · 6 comments
Closed

Thread shows truncated information #3180

mithmatt opened this issue Mar 6, 2022 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@mithmatt
Copy link
Collaborator

mithmatt commented Mar 6, 2022

Affected module
UI

Describe the bug
Thread shows truncated information while updating table description

To Reproduce

Update description with multi line content.

The thread does not show the multi line content

image

Expected behavior
A clear and concise description of what you expected to happen.

Version:

  • OS: [e.g. iOS]
  • Python version:
  • OpenMetadata version: Sandbox-beta 0.9
  • OpenMetadata Ingestion package version: [e.g. openmetadata-ingestion[docker]==XYZ]

Additional context

@mithmatt mithmatt added the bug Something isn't working label Mar 6, 2022
@Sachin-chaurasiya
Copy link
Member

@mithmatt , can you post the API response that we are getting?

@mithmatt
Copy link
Collaborator Author

mithmatt commented Mar 6, 2022

{
  "id": "1e7c5b71-944a-4de6-b4d8-83024160aaaa",
  "href": "http://sandbox-beta.open-metadata.org/api/v1/feed/1e7c5b71-944a-4de6-b4d8-83024160aaaa",
  "threadTs": 1646541684743,
  "about": "<#E/table/bigquery_gcp.shopify.raw_product_catalog/description>",
  "entityId": "b198fb2e-c7f3-4102-9376-0299adc868e5",
  "createdBy": "mithmatt",
  "updatedAt": 1646541684743,
  "updatedBy": "mithmatt",
  "resolved": false,
  "message": "Updated **description** : This is a raw product catalog table contains the product listing, and store address represented in our online DB.",
  "postsCount": 0,
  "posts": []
}

@mithmatt
Copy link
Collaborator Author

mithmatt commented Mar 6, 2022

Looks like the issue may be coming from the backend. The response has only the first line.

@mithmatt
Copy link
Collaborator Author

mithmatt commented Mar 6, 2022

image

@Sachin-chaurasiya
Copy link
Member

{
    "id": "78d1fcca-3add-445c-9ab4-117f29172754",
    "href": "http://localhost:8585/api/v1/feed/78d1fcca-3add-445c-9ab4-117f29172754",
    "threadTs": 1646541372992,
    "about": "<#E/table/bigquery_gcp.shopify.raw_product_catalog/description>",
    "entityId": "a5132241-f67a-4446-b5cc-2c25c3508c15",
    "createdBy": "anonymous",
    "updatedAt": 1646541372992,
    "updatedBy": "anonymous",
    "resolved": false,
    "message": "Updated **description** : This is a raw product catalog table contains the product listing, price, seller etc.. represented in our online DB.<span class=\"diff-added\">",
    "postsCount": 0,
    "posts": []
}

@mithmatt , yes we are not getting updated value from the backend.

@harshach
Copy link
Collaborator

harshach commented Mar 7, 2022

@vivekratnavel ^

@harshach harshach added this to To do in Release 0.9.0 via automation Mar 7, 2022
@harshach harshach added this to the Milestone 5 - 0.9.0 Release milestone Mar 7, 2022
vivekratnavel added a commit to vivekratnavel/OpenMetadata that referenced this issue Mar 7, 2022
@Sachin-chaurasiya Sachin-chaurasiya removed their assignment Mar 7, 2022
Release 0.9.0 automation moved this from To do to Done Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

4 participants