open-metadata / OpenMetadata

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.
https://open-metadata.org
Apache License 2.0
5.58k stars 1.05k forks source link

Quicksight ingestion error while fetching databases from Athena Database #16049

Open AboutManuel opened 6 months ago

AboutManuel commented 6 months ago

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.

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

Expected behavior Fetch databases, show lineage from Athena source to Quicksight dashboard.

Version:

Additional context Add any other context about the problem here.

pierrebzl commented 6 months ago

Hello! I'm experiencing the exact same issue.