I am new to Azure Synapse Analytics and just trying to figure things out.
Right now I have a pipeline which calls an API, downloads the request body, then merges and stores it in a data lake. I then wrote a separate SQL script in the develops tab to write that data into a database.
I access this data through the connector Azure Synapse Analytics SQL Database on PowerBI.
The problem I have is that I want the data in the serverless sql to be upto date, the pipelines can be ran on triggers which solve partially this issue but writing this to the database is a manual step and want it to be automated everytime the pipeline is ran
I looked at stored procedures but read ASA does not support stored procedures and I have no idea where to start.
Some people have suggested to use ADF however I think my boss wants the functionality of synapse to be core.