OpenMetadata
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...
**Is your feature request related to a problem? Please describe.** Both users and our scripts can update lineage edges. Now, if user updated lineage edge, our script will update it....
**Affected module** UI **Describe the bug** If i define a service connection (for example Trino) and after some time change any property of this service, the connection details are updated...
**Is your feature request related to a problem? Please describe.** We have a number of custom properties we would like to tag tables with. Open Metadata only supports string, markdown...
**Is your feature request related to a problem? Please describe.** Popup is not much helpful in case of specific errors for editable form **Describe the solution you'd like** - Use...
**Is your feature request related to a problem? Please describe.** The data quality module (page) at OM does not allow sorting of filtering of data quality tests, suites  **Describe...
When I use the Java Client API of OpenMetadata 1.3.0,I got a bug as fellow: Caused by: java.lang.NullPointerException: Cannot invoke "org.openmetadata.client.ApiClient.getObjectMapper()" because "this.apiClient" is null at org.openmetadata.client.gateway.OpenMetadata.initClient(OpenMetadata.java:55) at org.openmetadata.client.gateway.OpenMetadata.(OpenMetadata.java:43) at...
**Is your feature request related to a problem? Please describe.** Column profiling metrics should only be shown if they are relevant for that data type **Describe the solution you'd like**...
**Affected module** Ingestion Framework **Describe the bug** After going through the logs of the data profiling jobs at OM found below error happening > metadata.ingestion.ometa.client.APIError: Tag labels PII.Sensitive and PII.NonSensitive...
**Describe the bug** The code below is the MySQL section from the docker-compose.yml. docker-compose.yml ```yaml version: "3.9" volumes: ingestion-volume-dag-airflow: ingestion-volume-dags: ingestion-volume-tmp: es-data: services: mysql: container_name: openmetadata_mysql image: docker.getcollate.io/openmetadata/db:1.3.0 command: "--sort_buffer_size=10M"...
Every Country has different Rules and Regulations. So accordingly they have different PII fields. Such as in INDIA we have aadhaar and PAN. So your model will not TAG accordingly....