8000 Reviving Lee's Refresh now by graysonarts · Pull Request #250 · tableau/server-client-python · GitHub
[go: up one dir, main page]

Skip to content

Reviving Lee's Refresh now #250

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

Merged
merged 8 commits into from
Jan 15, 2018
Merged

Reviving Lee's Refresh now #250

merged 8 commits into from
Jan 15, 2018

Conversation

graysonarts
Copy link
Contributor
@graysonarts graysonarts commented Jan 15, 2018

There has been an outstanding change for refresh now for a while. This is to finally get this into the code base.

Copy link
C 8000 ollaborator
@t8y8 t8y8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we already have test coverage on this?

all_tasks_xml = parsed_response.findall(
'.//t:job', namespaces=ns)

all_tasks = (JobItem._parse_element(x, ns) for x in all_tasks_xml)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: You can just do a list comprehension since you just convert to a lista line later.

Copy link
Collaborator
@t8y8 t8y8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link
Contributor
@shinchris shinchris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@graysonarts graysonarts merged commit ec00d79 into tableau:development Jan 15, 2018
@graysonarts graysonarts deleted the refresh-now branch January 15, 2018 21:38
@graysonarts graysonarts mentioned this pull request Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0