Skip to content

Commit

Permalink
fix(doc): note that Athena doesn't support lineage (#6081)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Sep 29, 2022
1 parent 596d484 commit 05b9d4e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05b9d4e

Please sign in to comment.