Skip to content

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
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.

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