Skip to content
New 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

Add updated_at to JobItem class #1182

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

nosnilmot
Copy link
Contributor

The Query Job REST API returns createdAt, updatedAt and completedAt date/times. This is implemented in JobItem class, but updatedAt was not being parsed (startedAt is looked for, but is not documented and I have not seen it included in any response, I would propose removal but there's a lot of positional arguments that would break!).

For reference, the Query Jobs REST API returns createdAt, startedAt and endedAt, just to be confusing. These jobs are implemented using BackgroundJobItem class and those fields are correctly parsed.

@jacalata jacalata merged commit d9f64e1 into tableau:development Jan 24, 2023
jacalata added a commit that referenced this pull request Feb 14, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants