Skip to content

Commit

Permalink
doc(ingest/teradata): Adding Teradata to list of Integrations (datahu…
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es authored Nov 29, 2023
1 parent 863894b commit dd09f5e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs-website/filterTagIndexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
@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`",
Expand Down

0 comments on commit dd09f5e

Please sign in to comment.