Fix E2E - dashboards (#13082)

This commit is contained in:
Ayush Shah 2023-09-04 23:25:31 +05:30 committed by GitHub
parent f4218e7774
commit dc8e59eba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -63,3 +63,9 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite):
# Quicksight do not ingest datamodels
def get_includes_datamodels(self) -> List[str]:
return []
def expected_datamodel_lineage(self) -> int:
return 0
def expected_datamodels(self) -> int:
return 0

View File

@ -49,7 +49,7 @@ class RedashCliTest(CliCommonDashboard.TestSuite):
return 0
def expected_tags(self) -> int:
return 4
return 2
def expected_datamodels(self) -> int:
return 0
@ -61,4 +61,4 @@ class RedashCliTest(CliCommonDashboard.TestSuite):
return 6
def expected_filtered_sink_mix(self) -> int:
return 8
return 9