From 820a449b2ac1e31b0942e0fad1aa48e05022d61e Mon Sep 17 00:00:00 2001 From: Shirshanka Das Date: Thu, 26 Jun 2025 11:29:20 -0700 Subject: [PATCH] docs(ingestion): preset - update source certification status (#13641) --- metadata-ingestion/src/datahub/ingestion/source/preset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/src/datahub/ingestion/source/preset.py b/metadata-ingestion/src/datahub/ingestion/source/preset.py index 554b6cd6f9..145238bb8b 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/preset.py +++ b/metadata-ingestion/src/datahub/ingestion/source/preset.py @@ -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" )