Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

automate alteryx flows from azure data factory

olivierMPW
8 - Asteroid

hello

is it possible to automate alteryx flows from azure data factory ?

when, for example, a file is detached somewhere, I wouls like to execute a flow 

thanks

2 REPLIES 2
Thableaus
17 - Castor
17 - Castor

Hi @olivierMPW 

 

You should be able to run a job in Alteryx Server using the REST Connector.

I'd recommend you to read instructions on how to use the connector - https://docs.microsoft.com/en-us/azure/data-factory/connector-rest?tabs=data-factory

And also how to configure the Alteryx Server v1 api to Post Jobs in the queue - https://help.alteryx.com/developer-help/server-api-overview

 

If you're on version 22.1 of Server, you should use OAuth 2.0 as your authentication method to trigger the API.

 

Cheers,

olivierMPW
8 - Asteroid

thanks a lot