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

Parse Tableau arguments by name rather than position #81

Open
blairj09 opened this issue Sep 28, 2021 · 0 comments
Open

Parse Tableau arguments by name rather than position #81

blairj09 opened this issue Sep 28, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@blairj09
Copy link
Collaborator

There is concern that Tableau requests may rarely submit data objects that are out of order:

"data": {
  "_arg2": [],
  "_arg1": [],
  ...

Currently, arguments are parsed based on order rather than name. In order to prevent issues with unordered objects, data should be parsed by key values rather than order.

@blairj09 blairj09 added the enhancement New feature or request label Sep 28, 2021
@blairj09 blairj09 added this to the 1.0.0 milestone Sep 28, 2021
@blairj09 blairj09 self-assigned this Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant