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

Support for Virtual filesystem endpoint with documentation. #12

Closed ignaszewskir closed 4 months ago

diethard-at-alation commented 4 months ago

@ignaszewskir I had a quick look at the code:

ignaszewskir commented 4 months ago

@diethard-at-alation Thanks for catching the typo Diethard. On the subject of passing empty payloads, we need to devise an exception in handling this.

ignaszewskir commented 4 months ago

@diethard-at-alation I corrected the readme file and added logic to handle empty object list payloads for delete operations.