mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 03:09:12 +00:00
fix(docs): correct redshift usage stats capability (#14706)
This commit is contained in:
parent
3e1e9fcf34
commit
6a3f31b093
@ -2678,7 +2678,7 @@
|
||||
},
|
||||
{
|
||||
"capability": "USAGE_STATS",
|
||||
"description": "Enabled by default, can be disabled via configuration `include_usage_statistics`",
|
||||
"description": "Optionally enabled via `include_usage_statistics`",
|
||||
"subtype_modifier": null,
|
||||
"supported": true
|
||||
},
|
||||
|
||||
@ -143,7 +143,7 @@ logger: logging.Logger = logging.getLogger(__name__)
|
||||
@capability(SourceCapability.SCHEMA_METADATA, "Enabled by default")
|
||||
@capability(
|
||||
SourceCapability.USAGE_STATS,
|
||||
"Enabled by default, can be disabled via configuration `include_usage_statistics`",
|
||||
"Optionally enabled via `include_usage_statistics`",
|
||||
)
|
||||
@capability(
|
||||
SourceCapability.DELETION_DETECTION, "Enabled by default via stateful ingestion"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user