Closed ignaszewskir closed 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.
@diethard-at-alation I corrected the readme file and added logic to handle empty object list payloads for delete operations.
@ignaszewskir I had a quick look at the code:
alation.virtual_datasource.post_metadata(fs_id=fs_id, vfs_objects=[])
instead ofalation.virtual_filesystem.post_metadata(fs_id=fs_id, vfs_objects=[])
. Is this on purpose?alation.virtual_filesystem.post_metadata(fs_id=fs_id, vfs_objects=[])
working (to delete the existing objects. It seems like it's not actually callingpost
because there are no records in the payload?