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

**Feature** Today, the feed API response is sorted by thread update timestamp. We should sort it by created timestamp to not change the order of the feed on a refresh...

backend

### Describe your changes : Fix #4694: Refactor Source Status # ### Type of change : - [x] Bug fix # ### Checklist: - [x] I have read the [**CONTRIBUTING**](https://docs.open-metadata.org/open-source-community/developer)...

### Describe your changes : I worked on the Clean Atlas, Amundsen and metadata_rest. FIX #6563 # ### Type of change : - [x] Bug fix - [x] Improvement ###...

**Affected module** Ingestion Framework **Describe the bug** Check MSSQL with windows authentication slack thread: https://openmetadata.slack.com/archives/C02B6955S4S/p1659447513402549

Ingestion
support

**Feature** - https://github.com/open-metadata/OpenMetadata/issues/5803 **Describe the task** Add back the hostPort to the charts, dashboards, and tasks URLs since the connection parameters will be hidden for users if a secrets manager...

Ingestion

Added the docker-compose file for Postgres

**Feature** - https://github.com/open-metadata/OpenMetadata/issues/5803 **Describe the task** We have to ensure the `dbtConfigSource` object of the Ingestion Pipeline is also stored in the secrets manager since it could contain sensitive information.

Ingestion
backend

# Context Sensitive data from services is currently stored in MySQL (or Postgres) encrypted. This is the current process between the OM server and Airflow workflows: ![image](https://user-images.githubusercontent.com/35870520/176695957-819e2d25-8c0c-4bfc-b440-5d91d11881f5.png) The `IngestionPipeline` contains...

epic
Ingestion
backend

**Is your feature request related to a problem? Please describe.** Currently, the Ingestion image being created is building all the dependencies during docker image build (airflow-managed-apis and openmetadata-ingestion python packages)....

blocker
epic
P0

We should only send requests to the sink in the shape of `Create` requests (or custom models passing required info such as FQN etc). This way we will be able...

Ingestion
cleanup