azure synapse analytics batch job

In a pipeline :

    • as an input I have a parquet file
      • I'd like to do row by row of the parquet file (foreach ?):
        • make a call to a soap xml api
        • according to result call : = if ok store the result (xml file) in a blob container. = if not ok store the result in an azure storage table.

I've already done such a thing with an azure webjob would it be makable (rather simply) with azure synapse analytics ?

  Discussion posts and replies are publicly visible