microsoft / fabric-migration

Scripts and tooling to migrate DW and Spark workloads to Fabric.
MIT License
18 stars 7 forks source link

Return value 202 #13

Closed gbrueckl closed 3 months ago

gbrueckl commented 4 months ago

seems like the API for creating new items in Synapse was changed and now returns status code 202 instead of 200 which is expected in the code. So even successful imports are now reported as failed

murggu commented 3 months ago

fixed with #15