Hello! I’m trying to follow the guide for using bento + yatai using airflow to redeploy and serve my model on a schedule.
https://docs.bentoml.org/en/latest/integrations/airflow.html
In the last step
It suggests: “Trigger a redeployment via Yatai, bentoctl, or custom deploy script”
How do I do that in airflow using the python operator?