Mayur Singal
Mayur Singal
### 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)...
**Affected module** Ingestion Framework **Describe the bug** Check MSSQL with windows authentication slack thread: https://openmetadata.slack.com/archives/C02B6955S4S/p1659447513402549
### Describe your changes: Fixes I worked on ... because ... # ### Type of change: - [ ] Bug fix - [ ] Improvement - [ ] New feature...
**Affected module** UI **Describe the bug** For lineage ingestion we have been capturing the source of lineage, i.e whether lineage was generated manually or via lineage workflow or other mediums...
**Affected module** Ingestion Framework **Describe the bug** Improve Airflow Automated Lineage: Pickup the SQL queries involved in airflow dags and extract lineage to OpenMetadata.
**Affected module** Ingestion Framework **Describe the bug** Lineage: properly log failed to parse queries The goal is to make it easier for users to know which queries are not being...
**Affected module** Ingestion Framework **Describe the bug** QlikSense: Add option to disable SSL validation on client Side.
Currently from UI we only support pipeline as an edge between two tables, we should allow pipeline to be added as edge between any two entities, and we should also...
**Affected module** Ingestion Framework **Describe the bug** While ingesting the following query getting an error as `ValueError: too many values to unpack` during handling of column level lineage - [x]...
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....