Solved

How can we integrate python script with Ataccama plan?

  • 1 August 2023
  • 1 reply
  • 111 views

Userlevel 2
Badge +1

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.

icon

Best answer by Lisa Kovalskaia 9 August 2023, 10:26

View original

1 reply

Userlevel 4
Badge +5

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