LOD-GEOSS / databus-snippets

3 stars 1 forks source link

Deploy single databus objects #16

Closed henhuy closed 2 years ago

henhuy commented 2 years ago

Instead of deploying mutliple databus objects at once, I refactored deploy_to_databus function to allow only one databus object at a time. This enhances error handling, as error can be tracked down to specific databus object (otherwise user does not know which deployment failed). Simple looping over function is then handed to user.