docs(ingestion): preset - update source certification status (#13641)

This commit is contained in:
Shirshanka Das 2025-06-26 11:29:20 -07:00 committed by GitHub
parent 7ed7dd25c5
commit 820a449b2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ class PresetConfig(SupersetConfig):
@platform_name("Preset")
@config_class(PresetConfig)
@support_status(SupportStatus.TESTING)
@support_status(SupportStatus.CERTIFIED)
@capability(
SourceCapability.DELETION_DETECTION, "Optionally enabled via stateful_ingestion"
)