Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using apache spark in Azure Synapse and I cannot find how to create a temporary table.
Is it possible to do that or there is a workaround?
In Spark SQL, I think the concept of sql temporary tables doesn't exist.
PySpark dataframes can provide similar functionality.
You can check this thread : https://stackoverflow.com/questions/77175754/how-to-create-a-temporary-table-in-spark-sql-not-a-temp-view