We have many Redash queries in our company.

These queries require changes sometimes or approval. Can we connect Redash with Git so that we can do all this change management via pull requests?

Welcome to the community! Related:

We found this – https://gist.github.com/arikfr/598590356c4da18be976#file-query_export-py by @arikfr and have used it! It’s great for now for putting into git what we write in Redash, so it’s just a one-way sync from Redash to Git.

It’s just for the SQL in queries. We haven’t felt a need to version control dashboards in the same way.