Dataflow Transform History - Format SQL

When clicking on the stats icon of a particular SQL dataflow run, we're able to see the full SQL of each tranform.

image.png

This is extremely helpful in troubleshooting code issues, as well as tracing the lineage of a particular field. What would be SO helpful, though is if the SQL was formatted. Right now if I search for a field, I then have to look really hard to find the FROM or JOIN clauses.

Ideally, the format and spacing would match the actual transforms in the editor. But, at a minimum, highlighting keywords/clauses would go a long way as well.

image.png image.png
2
2 votes