Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Fix failing tags match in get_points() on a ResultSet #511

Merged
merged 7 commits into from Nov 21, 2017

Conversation

xginn8
Copy link
Collaborator

@xginn8 xginn8 commented Sep 30, 2017

fixes #506.

Most of this diff is renaming or reformatting, the only real logical change is at line 108 where I flipped the if & for statements, and passed the tags into _tag_matches rather than passing an empty dict.

fix the format of the object in the ResultSet test to match what's
returned from a query
fix other flake8 formatting issues
@xginn8
Copy link
Collaborator Author

xginn8 commented Oct 1, 2017

fixing CI now, i omitted server tests from my testing.

@aviau
Copy link
Collaborator

aviau commented Nov 21, 2017

Can you explain this to me a little?

Does that mean that tags no longer exist in influxdb? They are now returned as columns?

@aviau aviau merged commit 89961cf into influxdata:master Nov 21, 2017
@aviau
Copy link
Collaborator

aviau commented Nov 21, 2017

Looking at the API on the influxdb website, this looks good to me.

@xginn8 xginn8 deleted the fix-501 branch July 1, 2018 16:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filtering by tags results in empty list
2 participants