mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Databricks Schema Browser: Allow eventlet worker instead of RQ (#5045)
* Add loading button in UI * Handle databricks schema requests without RQ * Don't use gevent worker * Revert "Don't use gevent worker" This reverts commit9704c70a94. * Use eventlet * Use first column instead of 'namespace' one * Revert "Add loading button in UI" This reverts commitc0e4dfb966. * Remove databricks tasks * Update eventlet * Add libevent * Display logs on failure * Revert "Add libevent" This reverts commita00d067cb7. * Test updating gunicorn * Don't set eventlet as the default for Redash Co-authored-by: Arik Fraimovich <arik@arikfr.com> * Remove fetchDataFromJob usage Co-authored-by: Arik Fraimovich <arik@arikfr.com>
This commit is contained in:
@@ -126,4 +126,3 @@ case "$1" in
|
||||
exec "$@"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user