Is it possible to connect to linked service in Azure Data factory using robot framework and run a query from there? Please share some insight if this is possible,
Thanks
Hi Nikhi,
Like most of the MS Azure services Data Factory seems to have a Rest API: Data Factory - Rest API - Pipelines - List By Factory
First you’ll need to authenticate to get the values that you need to populate the HTTP headers with, then you can call the res API.
So you can use the HTTP examples in the documentation with RequestsLibrary or you can use the python examples and roll your own python keywords.
Hopefully that sets you in the right direction,
Dave.
1 Like