Hi All,
I have certain queries in local excel sheet, which i need to run on redash and store the result in back in a new sheet. The reading and writing i can figure out but how can i run queries using python and get the result?
Has anyone tried it?(m sure someone has) I tried installing redash-python package and have successfully done the authentication. How to move ahead is what i’m looking for.
First and foremost thanks @xavier-d for the quick response. This solution fantastic, however i’m more keen on sending the actual query as function argument rather than the query id. is that possible?
The sheet is the requirement as it gets sent in email to stakeholders(some of whom do not have access)
The reason I’m trying to put the queries directly is because i wont have fix set or queries to run every time. They will keep changing, hence taking them from an input sheet.
i checked redash-python for execute_query and get_query_result, looked good, but couldnt get much on them.