8000 Revert "Development to master for v0.12 (#646)" · burnier/server-client-python@cb75483 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb75483

Browse files
authored
Revert "Development to master for v0.12 (tableau#646)"
This reverts commit 6ef56aa.
1 parent 6ef56aa commit cb75483

File tree

80 files changed

+120
-913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+120
-913
lines changed

CHANGELOG.md

Lines changed: 0 additions & 9 deletions

CONTRIBUTORS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
## 0.12 (10 July 2020)
2-
3-
* Added hidden_views parameter to workbook publish method (#614)
4-
* Added simple paging endpoint for GraphQL/Metadata API (#623)
5-
* Added endpoints to Metadata API for retrieving backfill/eventing status (#626)
6-
* Added maxage parameter to CSV and PDF export options (#635)
7-
* Added support for querying, adding, and deleting favorites (#638)
8-
* Added a sample for publishing datasources (#644)
9-
101
## 0.11 (1 May 2020)
112

123
* Added more fields to Data Acceleration config (#588)
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ The following people have contributed to this project to make it possible, and w
3636
* [Geraldine Zanolli](https://github.com/illonage)
3737
* [Jordan Woods](https://github.com/jorwoods)
3838
* [Reba Magier](https://github.com/rmagier1)
39-
* [Stephen Mitchell](https://github.com/scuml)
4039

4140
## Core Team
4241

samples/create_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This script demonstrates how to create groups using the Tableau
33
# Server Client.
44
#
5-
# To run the script, you must have installed Python 3.5 or later.
5+
# To run the script, you must have installed Python 2.7.9 or later.
66
####
77

88

samples/create_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# parent_id.
55
#
66
#
7-
# To run the script, you must have installed Python 3.5 or later.
7+
# To run the script, you must have installed Python 2.7.X or 3.3 and later.
88
####
99

1010
import argparse

samples/create_schedules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This script demonstrates how to create schedules using the Tableau
33
# Server Client.
44
#
5-
# To run the script, you must have installed Python 3.5 or later.
5+
# To run the script, you must have installed Python 2.7.9 or later.
66
####
77

88

samples/download_view_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# For more information, refer to the documentations on 'Query View Image'
66
# (https://onlinehelp.tableau.com/current/api/rest_api/en-us/help.htm)
77
#
8-
# To run the script, you must have installed Python 3.5 or later.
8+
# To run the script, you must have installed Python 2.7.X or 3.3 and later.
99
####
1010

1111
import argparse

samples/filter_sort_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This script demonstrates how to filter groups using the Tableau
33
# Server Client.
44
#
5-
# To run the script, you must have installed Python 3.5 or later.
5+
# To run the script, you must have installed Python 2.7.9 or later.
66
####
77

88

samples/filter_sort_projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# to filter and sort on the name of the projects present on site.
44
#
55
#
6-
# To run the script, you must have installed Python 3.5 or later.
6+
# To run the script, you must have installed Python 2.7.X or 3.3 and later.
77
####
88

99
import argparse

samples/kill_all_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This script demonstrates how to kill all of the running jobs
33
#
4-
# To run the script, you must have installed Python 3.5 or later.
4+
# To run the script, you must have installed Python 2.7.X or 3.3 and later.
55
####
66

77
import argparse

samples/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This script demonstrates how to list all of the workbooks or datasources
33
#
4-
# To run the script, you must have installed Python 3.5 or later.
4+
# To run the script, you must have installed Python 2.7.X or 3.3 and later.
55
####
66

77
import argparse

0 commit comments

Comments
 (0)
0