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:
Onkar Ravgan 2023-11-20 19:54:06 +05:30 committed by GitHub
parent 9f14ef7fab
commit b781c66206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -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

View File

@ -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