Skip to content

Conversation

@t8y8
Copy link
Collaborator

@t8y8 t8y8 commented Feb 14, 2017

I realized that the feature is to not download the extract, not to only download the extract.
Oops.

I also changed the way the parameter_added_in decorator works after @RussTheAerialist recommended a little cleaner api.

Again manually tested that it works like it should, plus it gets exercised by unittests already in place.

Copy link
Contributor

@graysonarts graysonarts left a comment

Choose a reason for hiding this comment

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

⚓ 🚀 🐇

@t8y8 t8y8 merged commit 01eca16 into tableau:development Feb 14, 2017
@t8y8 t8y8 deleted the feature-annotation-improvement branch February 14, 2017 23:49
Copy link
Contributor

@LGraber LGraber left a comment

Choose a reason for hiding this comment

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

We have a bit of a problem since this is all being merged in development but it has not released yet. It seems we need some type of vnext and vnextnext so that we can deal with multiple delayed versions. This does not seem like it should have been in development (the no_extract feature) yes.

@t8y8
Copy link
Collaborator Author

t8y8 commented Feb 18, 2017

It makes use of (and added to) the new 'annotation' functionality, so this will just throw when called against a Server that doesn't support it with a nice clear error, and it unblocked testing against the 10.2 beta.

I discussed w/ @RussTheAerialist and we agreed that larger changes should go into vnext, but this was pretty minor and is protected against being used against a current version (see parameter_added_in)

graysonarts pushed a commit that referenced this pull request Mar 23, 2017
`parameter_added_in` got a facelift and now takes keyword arguments, where the value represents the version for that keyword. It looks a little cleaner and makes the checking code much simpler.

Also renamed the `extract_only` to be `no_extract` because it means the opposite of `extract_only`, oops.
graysonarts pushed a commit that referenced this pull request Apr 14, 2017
`parameter_added_in` got a facelift and now takes keyword arguments, where the value represents the version for that keyword. It looks a little cleaner and makes the checking code much simpler.

Also renamed the `extract_only` to be `no_extract` because it means the opposite of `extract_only`, oops.
t8y8 pushed a commit to t8y8/server-client-python that referenced this pull request Jun 28, 2017
…leau#175)

`parameter_added_in` got a facelift and now takes keyword arguments, where the value represents the version for that keyword. It looks a little cleaner and makes the checking code much simpler.

Also renamed the `extract_only` to be `no_extract` because it means the opposite of `extract_only`, oops.
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.

4 participants