Alation / Allie-SDK

A Python library for the Alation REST APIs.
https://alation.github.io/Allie-SDK/
Apache License 2.0
9 stars 2 forks source link

Return batch errors #32

Open diethard-at-alation opened 2 months ago

diethard-at-alation commented 2 months ago

Currently these lines are commented within async_handler.py:

results.append(batch_error)

The batch error should be returned as well. Map it to a proper data model.