diff --git a/ingestion/tests/cli_e2e/test_cli_bigquery.py b/ingestion/tests/cli_e2e/test_cli_bigquery.py index bd5f674af2b..9ad080c5cc7 100644 --- a/ingestion/tests/cli_e2e/test_cli_bigquery.py +++ b/ingestion/tests/cli_e2e/test_cli_bigquery.py @@ -131,7 +131,7 @@ class BigqueryCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_table_includes() -> int: - return 1 + return 2 @staticmethod def expected_filtered_table_excludes() -> int: @@ -165,7 +165,7 @@ class BigqueryCliTest(CliCommonDB.TestSuite, SQACommonMethods): SystemProfile( timestamp=Timestamp(root=0), operation=DmlOperationType.INSERT, - rowsAffected=2, + rowsAffected=1000, ), SystemProfile( timestamp=Timestamp(root=1), diff --git a/ingestion/tests/cli_e2e/test_cli_bigquery_multiple_project.py b/ingestion/tests/cli_e2e/test_cli_bigquery_multiple_project.py index 7b024cb62f1..8ad84b631ff 100644 --- a/ingestion/tests/cli_e2e/test_cli_bigquery_multiple_project.py +++ b/ingestion/tests/cli_e2e/test_cli_bigquery_multiple_project.py @@ -119,7 +119,7 @@ class BigqueryCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_mix() -> int: - return 17 + return 19 @staticmethod def delete_queries() -> List[str]: