You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/samples.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,17 @@ You will see that you need to enter a file path for the workbook that you want t
41
41
The following list describes the samples available in the repository:
42
42
43
43
*`add_default_permission.py` Adds workbook default permissions for a given project.
44
+
*`create_extract_task.py` Creates extract tasks.
44
45
*`create_group.py` Creates a user group.
45
46
*`create_project.py` Creates a project in a site.
46
47
*`create_schedules.py` Creates schedules for extract refreshes and subscriptions.
47
-
*`download_view_image.py` Downloads an image of a specified view.
48
48
*`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).
49
51
*`explore_webhooks.py` Explores webhook functions supported by the Server API.
50
52
*`explore_workbook.py` Queries workbooks, selects a workbook, populates the connections and views for a workbook, then updates the workbook.
51
53
*`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.
53
55
*`filter_sort_groups.py` Demonstrates filtering and sorting user groups.
54
56
*`filter_sort_projects.py` Demonstrates filtering and sorting projects.
55
57
*`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:
65
67
*`query_permissions.py` Queries permissions of a given resource.
66
68
*`refresh.py` Refreshes a datasource or workbook.
67
69
*`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.
69
70
*`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.
70
72
*`update_connection.py` Updates and embeds connection credentials of a datasource.
71
73
*`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.
72
75
73
76
**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