OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

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 colla...

Results 891 OpenMetadata issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently lineage is incomplete if dbt use source tables located in an other GCP project / database. When using several...

enhancement
Ingestion

**Feature** Add feature issue reference - we are hard-coding the payload in openmetadta.yaml - we can take that as input so on runtime it can be configured for a run...

UI
backend

**Affected module** Ingestion Framework **Describe the bug** While parsing manifest data, at the step of extracting Column Lineage from "compiled_code"/"compile_sql", the error ```Lineage computed with SqlFluff did not perform as...

**Affected module** Does it impact the UI, backend or Ingestion Framework? - Fix App Initialisation code to prevent apps registration in case of failure - P0 = Done - Handle...

backend

**Affected module** It impacts the OpenMetadata SDK **Describe the bug** https://github.com/open-metadata/OpenMetadata/blob/1.3.3-release/ingestion/src/metadata/ingestion/ometa/mixins/patch_mixin.py#L72-L74 https://github.com/open-metadata/OpenMetadata/blob/1.3.3-release/ingestion/src/metadata/ingestion/ometa/mixins/patch_mixin.py#L295-L297 - When the loop iterates over the list, it starts at index 0 and prints the element at...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** I wanted to have multiple owners per data asset in OpenMetadata **Describe alternatives you've...

enhancement

**Affected module** Backend **Describe the bug** Tasks generated by the Incident Manager do not generate a notification. **To Reproduce** 1. Set up notifications for Tasks 2. Go to Incident Manager...

It would be great to check out if we could upgrade the sqlparse library to the latest version due to some `Uncontrolled Recursion` issue that might happen on version 0.4

While ingesting foreign key constraint we do ES lookup to find the referred table's FQN https://github.com/open-metadata/OpenMetadata/blob/b2ce491ff1c2e473222b006a9e1c1915ed537e87/ingestion/src/metadata/ingestion/source/database/common_db_source.py#L539 because we do not get the database name of the FK from sqlalchemy dialect....

bug
Ingestion

Hello. Is it possible to group indexes by templates when working with ElasticSearch data assets? F.e. There are indexes for every day with the same package of fields. So I...

enhancement
Ingestion