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

query_task_results is no longer returning results but the QueryTask object. #1412

Open
ralflizard opened this issue Dec 14, 2023 · 1 comment
Labels

Comments

@ralflizard
Copy link

I see that in the latest version (23.20.0 for python at least) the method query_task_results which matches to the /query_tasks/{query_task_id}/results endpoint was changed to return a QueryTask object instead of the result (as stated in the documentation). The QueryTask object doesn't return anything useful that would aid in getting the actual result. With the previous version 23.18.0 it does work just fine.

Looking at the commit for this version, the change was done in the looker json spec and affects all SDK's, not sure if I'm missing something from the documentation on how to get results async, or if it is in fact a bug.

@github-actions github-actions bot added need triage p3 Priority 3 labels Dec 14, 2023
@ian-thompson-king
Copy link

Hi, @jkaster any news on this, this is a big issue for us as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants