snickerjp
snickerjp
I have made an UPDATE to the wiki. https://github.com/getredash/redash/wiki/Local-development-setup/_compare/a534424f2d8da9221e29019ed12bef94c6d4ed2f...c5c70019e6e0ae773b9a35f6d5a722ccde710616
Looks like a very good concept. I too would have liked to make this change.
@justinclift Can I see some more? I still don't understand the part where you pass values from Front UI to query_runner/oracle.py. Maybe some changes are needed on the query_runner/oracle.py side.
@justinclift Thank you very much. I will look into the part that works with query_runner/oracle.py.
With this source code, it doesn't seem to work without modifications ~~~ git checkout -b radkmb-toggle-custom-ui git pull https://github.com/radkmb/redash.git toggle-custom-ui yarn make build make compose_build make up ~~~ `The browser...
@venkatashreevaatsava What backend database do you use for Zabbix? Generally, I use MySQL, PostgreSQL, or Oracle. In this case it is supported. By - MySQL data source - PostgreSQL data...
I have corrected the problem with this pull request. #44
The current setup.sh does not seem to produce the intended result because it replaces the version string. I thought a different approach was needed. ref: https://github.com/getredash/setup/blob/e611a6af966124eb974d1d953f64a10c5e9767e6/setup.sh#L69 example: ```shell $ TZ=UTC...
@albrycht #55 PostgreSQL updated.😄
@mike-ua > ...but 22.04 will be less work later ;-) With the #44 change, it also works on Ubuntu 22.04. ```bash $ cat /etc/issue Ubuntu 22.04.3 LTS \n \l $...