From fdf1f25d3f4d1b652a9ded8b5203ed03220bf964 Mon Sep 17 00:00:00 2001 From: harshsoni2024 Date: Fri, 7 Feb 2025 13:54:38 +0530 Subject: [PATCH] vertica lineage fix e2e --- ingestion/tests/cli_e2e/test_cli_vertica.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/tests/cli_e2e/test_cli_vertica.py b/ingestion/tests/cli_e2e/test_cli_vertica.py index 1591c9d160f3..f0e66ac784b2 100644 --- a/ingestion/tests/cli_e2e/test_cli_vertica.py +++ b/ingestion/tests/cli_e2e/test_cli_vertica.py @@ -74,7 +74,7 @@ def view_column_lineage_count(self) -> int: return 2 def expected_lineage_node(self) -> str: - return "e2e_vertica.VMart.public.vendor_dimension_v" + return "e2e_vertica.VMart.public.vendor_dimension" @staticmethod def fqn_created_table() -> str: