Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calling ETL Jobs from Azure

Hello,

 

I'm in a project that our team need to read some files that will be storage in some blob storage (maybe Azure Storage) and insert their data in a database. These files will be put in Azure Storage and I need to call/trigger the ETL Talend job every time that a file was inserted in the Storage. I checked that the Azure has the Azure Functions that I think can help me. Exist some documentation/video that can provide this information for me? I need to know how Azure and Talend work together.

 

NOTE: I'm trying to use the Talend Open Studio, but I think that is impossible to perform this connection with this tool.

 

Thank you!

Labels (5)
1 Solution

Accepted Solutions
nivedhitha
Creator III
Creator III

@Moe ,

 

The talend jobs have to be deployed in the cloud if you want to do an event based trigger.

 

There are azure functions that could be created to trigger talend jobs on file creation

https://community.talend.com/t5/Architecture-Best-Practices-and/Using-Azure-Functions-to-trigger-Tal...

 

The above link has detailed explanation but with Talend Open studio i don't think it is possible

View solution in original post

1 Reply
nivedhitha
Creator III
Creator III

@Moe ,

 

The talend jobs have to be deployed in the cloud if you want to do an event based trigger.

 

There are azure functions that could be created to trigger talend jobs on file creation

https://community.talend.com/t5/Architecture-Best-Practices-and/Using-Azure-Functions-to-trigger-Tal...

 

The above link has detailed explanation but with Talend Open studio i don't think it is possible