rstudio / vetiver-python

Version, share, deploy, and monitor models.
https://rstudio.github.io/vetiver-python/stable/
MIT License
59 stars 17 forks source link

Adding function output for rsconnect_deploy #95

Closed gsingh91 closed 1 year ago

gsingh91 commented 2 years ago

Current version of rsconnect_deploy does not have any output, which is not an ideal experience

Describe the solution you'd like this function wraps the deploy_fastapi() function from rsconnect-python, which outputs a lot of information after the deployment is complete. We do not need the whole output, but some text with details on where on Connect the API is deployed would be helpful(this info is already available from deploy_fast_api())

isabelizimm commented 1 year ago

This is fixed upstream in rsconnect-python >=1.11.0 👍