open-metadata / OpenMetadata

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
https://open-metadata.org
Apache License 2.0
5.65k stars 1.06k forks source link

Superset datamodels with slash ("/") cause ingest failure #13732

Closed joegoldbeck closed 1 year ago

joegoldbeck commented 1 year ago

Affected module Ingestion

Describe the bug Whenever a superset data model has a "/" in the name, during ingest, the server 500's, with {"responseMessage":"An exception with message [OpenSearch exception [type=search_phase_execution_exception, reason=all shards failed]] was thrown while processing request."}%. This stops the ingestion entirely.

To Reproduce

Easiest way

Alternatively

Expected behavior

Version:

Additional context

The search failure does not happen with a generic query with / in it, but rather then the fullyQualifiedName: qualifier is used

OnkarVO7 commented 1 year ago

HI @joegoldbeck the issue is fixed with the 1.2 release. Please upgrade to the same and let us know.

Closing the issue

image