diff --git a/metadata-ingestion/src/datahub/ingestion/source/sql/athena.py b/metadata-ingestion/src/datahub/ingestion/source/sql/athena.py index d456268bdb19d..351a066e8f602 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/sql/athena.py +++ b/metadata-ingestion/src/datahub/ingestion/source/sql/athena.py @@ -89,7 +89,6 @@ def get_sql_alchemy_url(self): "Optionally enabled via configuration. Profiling uses sql queries on whole table which can be expensive operation.", ) @capability(SourceCapability.DESCRIPTIONS, "Enabled by default") -@capability(SourceCapability.LINEAGE_COARSE, "Optionally enabled via configuration") class AthenaSource(SQLAlchemySource): """ This plugin supports extracting the following metadata from Athena