I want to edit the query of a data transfer. When I attempt to edit the Data Transfer it will offer me the Data Transfer config form and a text input where I should edit the query.
The problem here is that
- my query is VERY long
- my query has lot’s of comments
- the query is unformatted from in the input
I want to get the original formatted query. I tried to open the browser console and find it there and YES it is formatted, but the query is so long that it won’t be displayed entirely.
The desired solution:
- when I edit the config of a Data Transfer, the query is opened in the query editor.
Thanks!