diff --git a/ingestion/tests/cli_e2e/test_cli_mysql.py b/ingestion/tests/cli_e2e/test_cli_mysql.py index d4cbf45bcf9..740c36adf80 100644 --- a/ingestion/tests/cli_e2e/test_cli_mysql.py +++ b/ingestion/tests/cli_e2e/test_cli_mysql.py @@ -117,7 +117,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_table_includes() -> int: - return 78 + return 81 @staticmethod def expected_filtered_table_excludes() -> int: @@ -125,4 +125,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_mix() -> int: - return 78 + return 81 diff --git a/ingestion/tests/cli_e2e/test_cli_quicksight.py b/ingestion/tests/cli_e2e/test_cli_quicksight.py index 3d3fcc56c25..3c1aea2c3b7 100644 --- a/ingestion/tests/cli_e2e/test_cli_quicksight.py +++ b/ingestion/tests/cli_e2e/test_cli_quicksight.py @@ -23,10 +23,10 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite): return "quicksight" def get_includes_dashboards(self) -> List[str]: - return [".*"] + return ["^test$"] def get_excludes_dashboards(self) -> List[str]: - return ["test"] + return ["test_redshift_lineage"] def get_includes_charts(self) -> List[str]: return [".*Sheet 1.*", ".*"] @@ -47,10 +47,10 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite): return 7 def expected_filtered_mix(self) -> int: - return 0 + return 2 def expected_filtered_sink_mix(self) -> int: - return 0 + return 2 # Quicksight do not ingest tags def expected_tags(self) -> int: