In Azure Synapse Analytics, I want to keep my SQL queries separately from my PySpark notebook.
So I have created some SQL scripts. And I would like to use them in my PySpark notebook.
- Is it possible ?
- And what is the python code to load a SQL script into a variable ?