mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 16:46:59 +00:00
Fix E2E - dashboards (#13082)
This commit is contained in:
parent
f4218e7774
commit
dc8e59eba8
@ -63,3 +63,9 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite):
|
|||||||
# Quicksight do not ingest datamodels
|
# Quicksight do not ingest datamodels
|
||||||
def get_includes_datamodels(self) -> List[str]:
|
def get_includes_datamodels(self) -> List[str]:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
def expected_datamodel_lineage(self) -> int:
|
||||||
|
return 0
|
||||||
|
|
||||||
|
def expected_datamodels(self) -> int:
|
||||||
|
return 0
|
||||||
|
|||||||
@ -49,7 +49,7 @@ class RedashCliTest(CliCommonDashboard.TestSuite):
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
def expected_tags(self) -> int:
|
def expected_tags(self) -> int:
|
||||||
return 4
|
return 2
|
||||||
|
|
||||||
def expected_datamodels(self) -> int:
|
def expected_datamodels(self) -> int:
|
||||||
return 0
|
return 0
|
||||||
@ -61,4 +61,4 @@ class RedashCliTest(CliCommonDashboard.TestSuite):
|
|||||||
return 6
|
return 6
|
||||||
|
|
||||||
def expected_filtered_sink_mix(self) -> int:
|
def expected_filtered_sink_mix(self) -> int:
|
||||||
return 8
|
return 9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user