valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Add trigger catalog and integrated web hook support #127

Closed hylje closed 5 months ago

hylje commented 7 months ago

This allows calling web hook triggers on the same project by name, with automatic configuration for authentication.

import valohai

valohai.triggers('pipeline for special occasions').post({'hello': 'world'})

This requires updates to other Valohai components to put the necessary configuration and interfaces in place to support trigger discovery, which are now generally available.