Fixed tableau e2e (#11716)

This commit is contained in:
Onkar Ravgan 2023-05-23 15:36:08 +05:30 committed by GitHub
parent abf158670f
commit efb37fa7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -15,6 +15,8 @@ source:
sourceConfig:
config:
type: DashboardMetadata
dbServiceNames:
- local_redshift
sink:
type: metadata-rest
config: {}

View File

@ -54,10 +54,10 @@ class TableauCliTest(CliCommonDashboard.TestSuite):
return ["Random.*"]
def expected_entities(self) -> int:
return 28
return 30
def expected_lineage(self) -> int:
return 8
return 11
def expected_tags(self) -> int:
return 2
@ -69,7 +69,7 @@ class TableauCliTest(CliCommonDashboard.TestSuite):
return 21
def expected_filtered_mix(self) -> int:
return 10
return 12
def expected_filtered_sink_mix(self) -> int:
return 9
return 10