diff --git a/ingestion/tests/cli_e2e/dashboard/tableau/tableau.yaml b/ingestion/tests/cli_e2e/dashboard/tableau/tableau.yaml index 36a0b4afa61..b38375363a0 100644 --- a/ingestion/tests/cli_e2e/dashboard/tableau/tableau.yaml +++ b/ingestion/tests/cli_e2e/dashboard/tableau/tableau.yaml @@ -15,6 +15,8 @@ source: sourceConfig: config: type: DashboardMetadata + dbServiceNames: + - local_redshift sink: type: metadata-rest config: {} diff --git a/ingestion/tests/cli_e2e/test_cli_tableau.py b/ingestion/tests/cli_e2e/test_cli_tableau.py index deaf1ff77c7..feab209c0bc 100644 --- a/ingestion/tests/cli_e2e/test_cli_tableau.py +++ b/ingestion/tests/cli_e2e/test_cli_tableau.py @@ -54,10 +54,10 @@ class TableauCliTest(CliCommonDashboard.TestSuite): return ["Random.*"] def expected_entities(self) -> int: - return 28 + return 30 def expected_lineage(self) -> int: - return 8 + return 11 def expected_tags(self) -> int: return 2 @@ -69,7 +69,7 @@ class TableauCliTest(CliCommonDashboard.TestSuite): return 21 def expected_filtered_mix(self) -> int: - return 10 + return 12 def expected_filtered_sink_mix(self) -> int: - return 9 + return 10