mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-05 03:54:23 +00:00
fixed bigquery system metrics e2e test (#18601)
This commit is contained in:
parent
76984c97a2
commit
70c7880dfa
@ -135,16 +135,16 @@ class BigqueryCliTest(CliCommonDB.TestSuite, SQACommonMethods):
|
||||
(
|
||||
"local_bigquery.open-metadata-beta.exclude_me.orders",
|
||||
[
|
||||
SystemProfile(
|
||||
timestamp=Timestamp(root=0),
|
||||
operation=DmlOperationType.UPDATE,
|
||||
rowsAffected=1,
|
||||
),
|
||||
SystemProfile(
|
||||
timestamp=Timestamp(root=0),
|
||||
operation=DmlOperationType.INSERT,
|
||||
rowsAffected=2,
|
||||
),
|
||||
SystemProfile(
|
||||
timestamp=Timestamp(root=1),
|
||||
operation=DmlOperationType.UPDATE,
|
||||
rowsAffected=1,
|
||||
),
|
||||
],
|
||||
)
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user