artefactory / one-click-mlflow

A tool to deploy a mostly serverless MLflow tracking server on a GCP project with one command
GNU Lesser General Public License v3.0
66 stars 21 forks source link

Existing brands or App Engine applications should automatically be imported in the TFState #25

Closed AlexisVLRT closed 3 years ago

AlexisVLRT commented 4 years ago

Brands and App Engine applications can not be deleted from a project once created. One-click-mlflow should be able to detect them and import them in the TFState on its own.

griseau commented 4 years ago

Instead of importing them, we should just check if we want to create them or not using the count

griseau commented 3 years ago

fixed by #47