Redash 10.0 has finally released!
-
They seem to have just bypassed a finalised version of 9 completely.
https://github.com/getredash/redash/releases/tag/v10.0.0
There are some instructions on the github release page to upgrade from v8.
I'm happy to assist in testing an updated version if that helps?
-
@markjames that will be great if you can help in testing. Give us a couple of days to get around to updating the app though. I will post a note here when I have the update working.
-
@markjames Ah, that's interesting that v9 never happened. Strange.
-
Thanks @girish, looking forward to it.
Agree regarding v9.0. Ever since they've been bought by databricks their focus seems to be in making everything work with the databricks stack first, then releasing to the public second.
Hopefully, now that they've bedded down the transition, releases will become a little more regular again.
-
@markjames will look into this next week.
-
Made some progress here, but still not ready.
Some notes:
- It really wants python 3.7, some modules don't install without it. Ubuntu 20 has python 3.8 by default.
- There's issues in sql-formatter module which is reported here - https://discuss.redash.io/t/9-0-0-beta-developer-installation-error-cant-resolve-sql-formatter/7668
- Celery is gone and replaced with RQ
I still don't know if it migrate cleanly from Redash 8. I think maybe it's best to create a new package and deprecate the old one, let's see.
-
Whew, finally... Now, I need to fix up the tests.
supervisorctl status rq:rq-0 RUNNING pid 39, uptime 0:09:06 rq:rq-1 RUNNING pid 40, uptime 0:09:06 rq_healthcheck RUNNING pid 38, uptime 0:09:06 rq_scheduler RUNNING pid 41, uptime 0:09:06 server RUNNING pid 42, uptime 0:09:06
-
@markjames the new package is out.