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 collaboration.
Describe the bug
Hello Team. We are currently testing the connector to Quicksight. For this purpose I created a Dataset, Analysis and Dashboard there, that fetches the information directly from Athena (No customSQL). We want to specifically test the Lineage feature.
We ingested the Athena source using this name for the Service: Athena DataLake
We ingested Quicksight adding the same value Athena DataLake for Db Service Names
The dashboard shows in the Catalog but the lineage is empty and the DAG returns this:
Search
0 matches
Traceback (most recent call last):
File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/source/dashboard/quicksight/metadata.py", line 272, in yield_dashboard_lineage_details
database_name=data_source_dict[db]["Database"],
KeyError: 'Database'
To Reproduce
Expected behavior
Fetch databases, show lineage from Athena source to Quicksight dashboard.
Affected module Ingestion Framework
Describe the bug Hello Team. We are currently testing the connector to Quicksight. For this purpose I created a Dataset, Analysis and Dashboard there, that fetches the information directly from Athena (No customSQL). We want to specifically test the Lineage feature.
To Reproduce
Expected behavior Fetch databases, show lineage from Athena source to Quicksight dashboard.
Version:
Additional context Add any other context about the problem here.