This is my current workflow:
- SSIS jobs triggered on a schedule load data from transactional database into a separate database
- SSAS reprocess is triggered by a SSIS task.
I was trying to move to :
- Use Data Factory to load data from the database into data lake store
- SSAS to pull data from ADLS
Question
The article above gives a good path to loading SSAS from data lake. However it uses OAuth between SSAS and the azure data lake store (ADLS).
- Is there a way to achieve this using a service principle ?
- How can this be done programmatically ?