I'm new to azure synapse analytics. I'm wondering if it is possible to do such a thing : 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'd like to do row by row of the parquet file (foreach ?):
- as an input I have a parquet file
I've already done such a thing with an azure webjob would it be makable (rather simply) with azure synapse analytics ?
Regards.