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

redash: check problem with query api #19

Open
OriHoch opened this issue Nov 9, 2021 · 0 comments
Open

redash: check problem with query api #19

OriHoch opened this issue Nov 9, 2021 · 0 comments
Assignees

Comments

@OriHoch
Copy link
Collaborator

OriHoch commented Nov 9, 2021

reproduction steps

expected

  • should work (works on old redash)

actual

  • Doesn't work

notes

According to Redash documentation it shouldn't work, the only way I could make it work is using a request like this:

curl -XPOST -H "Authorization: Key PERSONAL_API_KEY" -d '{"parameters":{"YEAR":"2020"}}' https://redash.hasadna.org.il/api/queries/1132/results

where PERSONAL_API_KEY is your user api key, not the query api key (you can get it from your profile image > edit profile)

Need to research this and find out why it worked in old redash and doesn't work in new redash..

@OriHoch OriHoch self-assigned this Nov 9, 2021
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

No branches or pull requests

1 participant