mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 08:29:09 +00:00
Fixed tableau e2e counts due to new sample data in the instance (#14039)
* fixed tableau e2e new * rmv hive test
This commit is contained in:
parent
9f14ef7fab
commit
b781c66206
2
.github/workflows/py-cli-e2e-tests.yml
vendored
2
.github/workflows/py-cli-e2e-tests.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
e2e-test: ['bigquery', 'dbt_redshift', 'metabase', 'mssql', 'mysql', 'redash', 'snowflake', 'tableau', 'powerbi', 'vertica', 'python', 'redshift', 'hive', 'quicksight', 'datalake_s3', 'postgres', 'oracle', 'athena', 'bigquery_multiple_project']
|
||||
e2e-test: ['bigquery', 'dbt_redshift', 'metabase', 'mssql', 'mysql', 'redash', 'snowflake', 'tableau', 'powerbi', 'vertica', 'python', 'redshift', 'quicksight', 'datalake_s3', 'postgres', 'oracle', 'athena', 'bigquery_multiple_project']
|
||||
environment: test
|
||||
|
||||
steps:
|
||||
|
||||
@ -11,7 +11,7 @@ source:
|
||||
hostPort: $E2E_TABLEAU_HOST_PORT
|
||||
siteName: $E2E_TABLEAU_SITE
|
||||
siteUrl: $E2E_TABLEAU_SITE
|
||||
apiVersion: 3.19
|
||||
apiVersion: 3.21
|
||||
sourceConfig:
|
||||
config:
|
||||
type: DashboardMetadata
|
||||
|
||||
@ -54,22 +54,22 @@ class TableauCliTest(CliCommonDashboard.TestSuite):
|
||||
return ["Random.*"]
|
||||
|
||||
def expected_dashboards_and_charts(self) -> int:
|
||||
return 20
|
||||
return 22
|
||||
|
||||
def expected_lineage(self) -> int:
|
||||
return 0
|
||||
return 1
|
||||
|
||||
def expected_tags(self) -> int:
|
||||
return 1
|
||||
|
||||
def expected_datamodel_lineage(self) -> int:
|
||||
return 11
|
||||
return 5
|
||||
|
||||
def expected_datamodels(self) -> int:
|
||||
return 10
|
||||
return 5
|
||||
|
||||
def expected_filtered_mix(self) -> int:
|
||||
return 12
|
||||
return 2
|
||||
|
||||
def expected_filtered_sink_mix(self) -> int:
|
||||
return 10
|
||||
return 9
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user