diff --git a/ingestion/src/metadata/ingestion/source/dashboard/tableau.py b/ingestion/src/metadata/ingestion/source/dashboard/tableau.py index 53dcace1f16..dd3963cd1ca 100644 --- a/ingestion/src/metadata/ingestion/source/dashboard/tableau.py +++ b/ingestion/src/metadata/ingestion/source/dashboard/tableau.py @@ -289,7 +289,7 @@ class TableauSource(DashboardServiceSource): if filter_by_chart( self.source_config.chartFilterPattern, chart["name"] ): - self.status.failure(chart["name"], "Chart Pattern not allowed") + self.status.filter(chart["name"], "Chart Pattern not allowed") continue workbook_name = dashboard_details["name"].replace(" ", "") site_url = (