8000 Update samples list to match current file set (#1480) · vitorhonna/server-client-python@85e9682 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85e9682

Browse files
authored
Update samples list to match current file set (tableau#1480)
* Update samples list to match current file set * Remove workbook data acceleration; feature was removed in 2022
1 parent ee0d366 commit 85e9682

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ENV/
9191
# Rope project settings
9292
.ropeproject
9393

94-
94+
.vscode/
9595

9696
# macOS.gitignore from https://github.com/github/gitignore
9797
*.DS_Store

docs/samples.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,17 @@ You will see that you need to enter a file path for the workbook that you want t
4141
The following list describes the samples available in the repository:
4242

4343* `add_default_permission.py` Adds workbook default permissions for a given project.
44+
* `create_extract_task.py` Creates extract tasks.
4445
* `create_group.py` Creates a user group.
4546
* `create_project.py` Creates a project in a site.
4647
* `create_schedules.py` Creates schedules for extract refreshes and subscriptions.
47-
* `download_view_image.py` Downloads an image of a specified view.
4848
* `explore_datasource.py` Queries datasources, selects a datasource, populates connections for the datasource, then updates the datasource.
49+
* `explore_favorites.py` Queries favorites and optionally add or delete favorites.
50+
* `explore_site.py` Interacts with sites (create, delete, and so on).
4951
* `explore_webhooks.py` Explores webhook functions supported by the Server API.
5052
* `explore_workbook.py` Queries workbooks, selects a workbook, populates the connections and views for a workbook, then updates the workbook.
5153
* `export.py` Exports a view as an image, PDF, or CSV.
52-
* `export_wb.py` Exports a PDF containing all views in a workbook.
54+
* `extracts.py` Interacts with extracts, including querying, deleting or creating.
5355
* `filter_sort_groups.py` Demonstrates filtering and sorting user groups.
5456
* `filter_sort_projects.py` Demonstrates filtering and sorting projects.
5557
* `initialize_server.py` Sets up an existing server instance with site, workbooks and datasources.
@@ -65,9 +67,10 @@ The following list describes the samples available in the repository:
6567
* `query_permissions.py` Queries permissions of a given resource.
6668
* `refresh.py` Refreshes a datasource or workbook.
6769
* `refresh_tasks.py` Lists and runs configured tasks on a server.
68-
* `set_http_options.py` Demonstrates HTTP options for the server and specifically for downloading workbooks.
6970
* `set_refresh_schedule.py` Sets the schedule to refresh a workbook or datasour 53D4 ce.
71+
* `smoke_test.py` Verifies that TSC is installed correctly and is able to run.
7072
* `update_connection.py` Updates and embeds connection credentials of a datasource.
7173
* `update_datasource_data.py` Updates the data within a published live-to-Hyper datasource.
74+
* `update_workbook_data_freshness_policy.py` Updates workbook data freshness policy settings.
7275

7376
**Note**: For all of the samples, ensure that your Tableau Server user account has permission to access the resources. Also keep in mind that some example operations (like create group) are not allowed on Tableau Cloud.

0 commit comments

Comments
 (0)
0