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...
**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...
### 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
**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...
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.
# 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:  The `IngestionPipeline` contains...
**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)....
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...