mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-20 06:58:18 +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
|
||||
def expected_filtered_table_includes() -> int:
|
||||
return 78
|
||||
return 81
|
||||
|
||||
@staticmethod
|
||||
def expected_filtered_table_excludes() -> int:
|
||||
@ -125,4 +125,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
|
||||
|
||||
@staticmethod
|
||||
def expected_filtered_mix() -> int:
|
||||
return 78
|
||||
return 81
|
||||
|
@ -23,10 +23,10 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite):
|
||||
return "quicksight"
|
||||
|
||||
def get_includes_dashboards(self) -> List[str]:
|
||||
return [".*"]
|
||||
return ["^test$"]
|
||||
|
||||
def get_excludes_dashboards(self) -> List[str]:
|
||||
return ["test"]
|
||||
return ["test_redshift_lineage"]
|
||||
|
||||
def get_includes_charts(self) -> List[str]:
|
||||
return [".*Sheet 1.*", ".*"]
|
||||
@ -47,10 +47,10 @@ class QuicksightCliTest(CliCommonDashboard.TestSuite):
|
||||
return 7
|
||||
|
||||
def expected_filtered_mix(self) -> int:
|
||||
return 0
|
||||
return 2
|
||||
|
||||
def expected_filtered_sink_mix(self) -> int:
|
||||
return 0
|
||||
return 2
|
||||
|
||||
# Quicksight do not ingest tags
|
||||
def expected_tags(self) -> int:
|
||||
|
Loading…
x
Reference in New Issue
Block a user