Hello,
I need to create and destroy a model endpoint as part of CI/CD.
I tried with mlflow deployments create-endpoint, giving databricks as --target however it errors saying that --endpoint is not a known argument when clearly --endpoint is required. I tried this in DevOps and also in Databricks proper.
I tried running Python inside yaml but mlflow.login() fails with interactive=False and several different configurations for .databrickscfg file (host and token, host username and password).
Is there a way to create an endpoint via yaml? Do you have a working example?