mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-20 23:18:01 +00:00
fixed e2e for mysql and quicksight (#16959)
This commit is contained in:
parent
ce1a23c3be
commit
49876b9cd6
@ -117,7 +117,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def expected_filtered_table_includes() -> int:
|
def expected_filtered_table_includes() -> int:
|
||||||
return 78
|
return 81
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def expected_filtered_table_excludes() -> int:
|
def expected_filtered_table_excludes() -> int:
|
||||||
@ -125,4 +125,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def expected_filtered_mix() -> int:
|
def expected_filtered_mix() -> int:
|
||||||
return 78
|
return 81
|
||||||
|
@ -23,10 +23,10 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite):
|
|||||||
return "quicksight"
|
return "quicksight"
|
||||||
|
|
||||||
def get_includes_dashboards(self) -> List[str]:
|
def get_includes_dashboards(self) -> List[str]:
|
||||||
return [".*"]
|
return ["^test$"]
|
||||||
|
|
||||||
def get_excludes_dashboards(self) -> List[str]:
|
def get_excludes_dashboards(self) -> List[str]:
|
||||||
return ["test"]
|
return ["test_redshift_lineage"]
|
||||||
|
|
||||||
def get_includes_charts(self) -> List[str]:
|
def get_includes_charts(self) -> List[str]:
|
||||||
return [".*Sheet 1.*", ".*"]
|
return [".*Sheet 1.*", ".*"]
|
||||||
@ -47,10 +47,10 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite):
|
|||||||
return 7
|
return 7
|
||||||
|
|
||||||
def expected_filtered_mix(self) -> int:
|
def expected_filtered_mix(self) -> int:
|
||||||
return 0
|
return 2
|
||||||
|
|
||||||
def expected_filtered_sink_mix(self) -> int:
|
def expected_filtered_sink_mix(self) -> int:
|
||||||
return 0
|
return 2
|
||||||
|
|
||||||
# Quicksight do not ingest tags
|
# Quicksight do not ingest tags
|
||||||
def expected_tags(self) -> int:
|
def expected_tags(self) -> int:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user