Hi everyone,I’m building a Medallion-style pipeline on Databricks for nested JSON API responses and I’d like advice on the design of an intermediate “exploded” step:Can I avoid materializing it as a table?If not, how should I name/classify it in the ...