Skip to content

redash: check problem with query api #19

@OriHoch

Description

@OriHoch

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions