-
Notifications
You must be signed in to change notification settings - Fork 1
Add SQL peek to UI #12
Copy link
Copy link
Open
Description
You should be able to view the raw SQL of a query behind a step (after running the step) if you want to.
This would require us to send the SQL to the client. Consider performance. Maybe we do this as a separate async endpoint like GET QueriesSQL so that we're not re-calling it a lot, or blocking the Flow from loading.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels