Hi everybody, I have a question re: the deployment as code pattern on databricks. I found and watched a great demo here: https://www.youtube.com/watch?v=JApPzAnbfPI
My question is, in the case where I can get read access to prod data in dev env, the deployment as code pattern would basically require us to re-do the training all over again on the same prod data that we used for training in dev. This double training effort seems quite redundant to me. Let's assume that the model is relatively time consuming to train, how exactly can we address this with the deployment as code pattern?
Could anyone educate me what I am missing here? Thank you very much!