"Databricks Bundle Deploy -t prod" command deletes log of historical runs

ynskrbn
New Contributor II

I'm using Databricks Asset Bundles with Azure DevOps CI/CD for workflow deployment. While the initial deployment to production works fine, I encounter an issue when updating the workflow in the development environment and redeploying it to production. Upon redeployment, all historical run logs are lost. Is there a way to preserve these logs during deployment, perhaps using a command like databricks bundle reset -t prod?

It should display all the log like this
ynskrbn_0-1734355157245.png

but after deploying everything is gone

ynskrbn_1-1734355261180.png