Mayur Singal

Results 27 issues of 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

Ingestion
support

### Describe your changes: Fixes I worked on ... because ... # ### Type of change: - [ ] Bug fix - [ ] Improvement - [ ] New feature...

UI
Ingestion
backend
safe to test

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

UI
Lineage-Editor

**Affected module** Ingestion Framework **Describe the bug** Improve Airflow Automated Lineage: Pickup the SQL queries involved in airflow dags and extract lineage to OpenMetadata.

Ingestion
lineage

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

Ingestion
lineage

**Affected module** Ingestion Framework **Describe the bug** QlikSense: Add option to disable SSL validation on client Side.

enhancement
P0
Ingestion

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

enhancement
P0
UI
backend
lineage

**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]...

epic
Ingestion
lineage

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