Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomezvillamor committed Jan 15, 2025
1 parent d62c292 commit fc02df4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"extract_project_hierarchy": False,
"page_size": 1000,
"workbook_page_size": 1000,
"embedded_datasource_field_upstream_page_size": 1000,
"ingest_tags": True,
"ingest_owner": True,
"ingest_tables_external": True,
Expand Down Expand Up @@ -646,6 +647,7 @@ def test_tableau_ingest_with_platform_instance(
"projects": ["default", "Project 2"],
"page_size": 1000,
"workbook_page_size": 1000,
"embedded_datasource_field_upstream_page_size": 1000,
"ingest_tags": True,
"ingest_owner": True,
"ingest_tables_external": True,
Expand Down

0 comments on commit fc02df4

Please sign in to comment.