sdk-codegen
sdk-codegen copied to clipboard
feat: add Python example for downloading a dashboard as CSV
Adds a Python example using QueryTasks to download each of the elements of a dashboard as CSV inside a folder. Pulling the query status for each task.
Fixes #1363
Developer Checklist ℹ️
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Appropriate docs were updated (if necessary)