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).




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

  • No labels