Skip to main content

My requirement is that I want to read a file in Atacama plan  which is an output of a python script .

I would like to integrate python script then plan to run sequentially.

Hi @mahesh Ar,

You can trigger any external code (e.g. a Python script) from a task in an orchestration workflow - the workflow can combine various scripts, plans, etc. into one flow.  The file generated by your script will have to be stored in a location accessible for the orchestration server which will then pick up the file and pass it to the next text task in the workflow for the Ataccama plan/component. 

Do you think this would work for your needs? I'm curious to hear more about the use case and your expectation for how it would work. Thanks in advance!


Reply