You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project where an AI model produces SQL queries on a database from natural language. Once the model produces its query, I want to provide a link to a Redash instance, where a URL parameter like ?SQL=<some query> autofills the query editor.
Which file(s) should I be focusing on editing to enable this functionality? So far I've tried client/app/components/AceEditorInput.jsx, client/app/components/queries/QueryEditor/index.jsx, and client/app/services/query.js, with no luck.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all!
I'm working on a project where an AI model produces SQL queries on a database from natural language. Once the model produces its query, I want to provide a link to a Redash instance, where a URL parameter like
?SQL=<some query>
autofills the query editor.Which file(s) should I be focusing on editing to enable this functionality? So far I've tried
client/app/components/AceEditorInput.jsx
,client/app/components/queries/QueryEditor/index.jsx
, andclient/app/services/query.js
, with no luck.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions