0

Weights and Biases offers to setup triggers for certain events such as

  • whenever a model artifact is linked to the model registry
  • whenever a certain tag is added to a model artifact

However, in the UI one can only trigger W&B internal pipelines. Is it also possible to trigger pipelines in other systems such as gitlab, github, airflow, AWS step functions, etc. ?

gebbissimo
  • 2,137
  • 2
  • 25
  • 35

1 Answers1

1

Precisely what you are asking, we have some examples of this type of trigger in this folder: https://github.com/wandb/launch-jobs/tree/main/jobs

We are enabling webhooks in the coming months, so it will be even more accessible.

tcapelle
  • 442
  • 3
  • 12
  • Please add all explanation to your answer instead of linking to external ressources – Nico Haase Sep 01 '23 at 17:34
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/low-quality-posts/34933773) – technophyle Sep 01 '23 at 20:39