mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
doc(ingest/teradata): Adding Teradata to list of Integrations (#9336)
This commit is contained in:
parent
863894b80a
commit
dd09f5e68f
@ -605,6 +605,17 @@
|
||||
"Features": "Notifications, Alerting"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Path": "docs/generated/ingestion/sources/teradata",
|
||||
"imgPath": "img/logos/platforms/teradata.svg",
|
||||
"Title": "Teradata",
|
||||
"Description": "Teradata is a data warehousing and analytics tool that allows users to store, manage, and analyze large amounts of data in a scalable and cost-effective manner.",
|
||||
"tags": {
|
||||
"Platform Type": "BI Tool",
|
||||
"Connection Type": "Pull",
|
||||
"Features": "Stateful Ingestion, Column Level Lineage, UI Ingestion, Lower Casing, Status Aspect"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Path": "docs/generated/ingestion/sources/trino",
|
||||
"imgPath": "img/logos/platforms/trino.png",
|
||||
|
||||
@ -114,6 +114,10 @@ logger: logging.Logger = logging.getLogger(__name__)
|
||||
@capability(SourceCapability.DATA_PROFILING, "Optionally enabled via configuration")
|
||||
@capability(SourceCapability.DESCRIPTIONS, "Enabled by default")
|
||||
@capability(SourceCapability.LINEAGE_COARSE, "Optionally enabled via configuration")
|
||||
@capability(
|
||||
SourceCapability.LINEAGE_FINE,
|
||||
"Optionally enabled via configuration (`mixed` or `sql_based` lineage needs to be enabled)",
|
||||
)
|
||||
@capability(
|
||||
SourceCapability.USAGE_STATS,
|
||||
"Enabled by default, can be disabled via configuration `include_usage_statistics`",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user