Hiya,
Introduction: I am relatively new to the retool development. I am a backend engineer myself coming heavily from Java background and I like to work with different technologies and tools. Recently I have been working on altering the SQL queries and Javascript queries built by my team. The task mainly revolves around optimization of the query performance for which I would delete certain queries to make the Retool UI query less on our MySQL datasource which is costing us astronomical bills.
Background of the problem: In order to change the queries I wanted to see the usages of those SQL queries from the UI. There was no way to do that from what I could research from your documentation. Therefore, I cloned my retool repository (on my laptop) and made the changes in that source code straightforwardly expecting the changes to take effect on the UI automatically. Committed and pushed the changes on the same branch.
Deployment info
- Retool docker container on our AWS ECS -- self hosted.
- We use the latest docker container.
The problem:
The retool is configured with my senior's git credentials. A change made on the repository shows the changes made by my senior even if I make the changes on the Retool UI.
But when I make the changes in the source code itself (that commits the changes with my git credentials), they do not appear in the commit history in the retool.
Visually (TL;DR):
Changes in Retool UI ---> reflects ---> Git commit history ---> OK!
Changes in Git source code ---> should reflect ---> Retool UI ---> not working.
Future feature request (side topic):
Would be helpful to know where a certain query is used and in which UI element.
Looking forward to hearing from you;
I've been stuck at it for 3 days now.
Kind regards.