Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


The Aspire Python Bridge is a component that allows to run Python scripts from Aspire by passing the Aspire Object in the job, via HTTP, to a server that will run the Python code and then return another Aspire Object back to Aspire. This object will then continue processing on the pipeline (unless an error occurs).




Note

The HTTP server is implemented in Flask, so it is mandatory to have Python and Flask installed in order to use the component.