I am executing a spark (sql) job which has lots of stages (~150). It is written using spark-sql primarily within an internal framework that chains the SQL's using temporary views and dataframes. For initial intermediate table writes, I can see a detailed view in Spark UI -> SQL tab. But for the later table writes, the SQL tab just shows a UI of below form.
What is the reason for this and can I use any parameter to get a detailed graphical view in the SQL tab?
My spark version: 2.3
EDIT:17 Jan 2020 I found a JIRA https://issues.apache.org/jira/browse/SPARK-30064, but I am not sure if it's related since that is mentioning jdbc datasource which I am not using.