From 22f201df82f9543c962255ad3a041b2cd1999d6d Mon Sep 17 00:00:00 2001 From: Mayuri Nehate <33225191+mayurinehate@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:49:26 +0530 Subject: [PATCH] Update metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_schema_gen.py Co-authored-by: Harshal Sheth --- .../datahub/ingestion/source/snowflake/snowflake_schema_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_schema_gen.py b/metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_schema_gen.py index 99810788335e24..59f1b3d166a285 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_schema_gen.py +++ b/metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_schema_gen.py @@ -506,7 +506,7 @@ def fetch_secure_view_definition( else: error_msg = "Failed to get secure views definitions." self.structured_reporter.warning( - error_msg + " Lineage will be missing for the view.", + f"{error_msg} Lineage will be missing for the view.", context=f"{db_name}.{schema_name}.{table_name}", exc=e, )