8000 Squashed commit of the following: · jorwoods/server-client-python@9f8ee81 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9f8ee81

Browse files
jorwoodsJordan Woods
authored and
Jordan Woods
committed
Squashed commit of the following:
commit ad57851 Author: jorwoods <jorwoods@users.noreply.github.com> Date: Thu Nov 11 15:55:01 2021 -0600 Jorwoods/type hint revisions (tableau#956) Add type hints and tests for workbook and data source revisions commit bb0feb8 Author: elsherif <selsherif@tableau.com> Date: Wed Nov 10 01:21:16 2021 +0100 Add support to datasource and workbook revisions (tableau#931) * add support to datasource and workbook revisions (get all item revisions / downlad item by revision number) * add type hints * remove wrong type hints commit 31d420f Author: Stephen Mitchell <scum@mac.com> Date: Tue Nov 9 01:02:14 2021 -0500 Clean up hidden_views by making it an attribute of WorkbookItem (tableau#617) * Clean up hidden views and make it an attribute of workbookitem * Pycodestyle error fix for one letter variable Co-authored-by: Jac <jacalata@users.noreply.github.com> Co-authored by: Stephen Mitchell https://github.com/scuml commit 7443f68 Author: jorwoods <jorwoods@users.noreply.github.com> Date: Sun Nov 7 05:57:42 2021 -0600 Add type hints to `Job` (tableau#939) commit c8170ae Author: Tyler Doyle <doyle.tyler@gmail.com> Date: Mon Nov 1 20:36:17 2021 -0400 Fix slack once and for all (tableau#946) The red X keeps coming back so I'd like to mark this as allowably fail-able -- that way the innards of Slack/OAuth/Tableau credentials don't keep polluting test run reports :)
1 parent 35f5711 commit 9f8ee81

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tableauserverclient/models/revision_item.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
if TYPE_CHECKING:
66
from datetime import datetime
77

8-
98
class RevisionItem(object):
109
def __init__(self):
1110
self._resource_id: Optional[str] = None

tableauserverclient/server/endpoint/workbooks_endpoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ def publish(
307307
connection_credentials: Optional["ConnectionCredentials"] = None,
308308
connections: Optional[Sequence[ConnectionItem]] = None,
309309
as_job: bool = False,
310-
hidden_views: Optional[Sequence[str]] = None,
311310
skip_connection_check: bool = False,
312311
):
313312

0 commit comments

Comments
 (0)
0