mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00
Fixes: Bigquery E2E (#20863)
This commit is contained in:
parent
88d8553084
commit
1063e019ba
@ -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),
|
||||
|
@ -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]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user