-
Notifications
You must be signed in to change notification settings - Fork 436
fix revision references where xml returned does not match docs #1176
New 8000 issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix revision references where xml returned does not match docs #1176
Conversation
Thanks for the contribution! Before we can merge this, we need @jharris126 to sign the Salesforce.com Contributor License Agreement. |
Hmm... just signed the CLA, how do I rerun the build? |
@jharris126 the test probably needs to be updated as well.
|
Can we pretty please get a timeline of when is this going to be merged? Being that this is a straight-up bug, and the PR has no conflicts, I am kind of surprised this hasn't been accepted yet. From my POV, it is only going to make things work better once this is accepted; anyone trying to use this module is going to have issues until it's fixed. We are already using @jharris126 's changes in our local copies of TSC and are encountering zero issues, and we use this library extensively. In fact, the only time we have issues is when we DON'T use the changes in this PR! I know there's probably a lot that goes into this, so I apologize for my insolence/impatience. But I've got the powers-that-be breathing down my neck and projects stalled until it happens! |
@alexepperly fair comment, there is always other stuff going on but a little polite impatience can definitely push things along :) |
|
* Allow injection of sessions (#1111) * show server info (#1118) * Fix bug in exposing ExcelRequestOptions and test (#1123) * Fix a few pylint errors (#1124) * fix behavior when url has no protocol (#1125) * Add permission control for Data Roles and Metrics (Issue #1063) (#1120) * add option to pass specific datasources (#1150) * allow user agent to be set by caller (#1166) * Fix issues with connections publishing workbooks (#1171) * Allow download to file-like objects (#1172) * Add updated_at to JobItem class (#1182) * fix revision references where xml returned does not match docs (#1176) * Do not create empty connections list (#1178) --------- Co-authored-by: Marwan Baghdad <mrwanbaghdad76@gmail.com> Co-authored-by: jorwoods <jorwoods@users.noreply.github.com> Co-authored-by: Brian Cantoni <bcantoni@salesforce.com> Co-authored-by: TrimPeachu <77048868+TrimPeachu@users.noreply.github.com> Co-authored-by: Stu Tomlinson <stu@nosnilmot.com> Co-authored-by: Jeremy Harris <jercharris89@gmail.com>
Fixes Issue #1175
XML returned by Tableau REST API differs from what TSC code is expecting as well as the sample response in the docs site. This change fixes the 4
RevisionItem
properties with references mismatch between the xml response and the docs.