@ahen When you used the --force-lock
option during the Databricks Asset Bundle (DAB) deployment, it likely bypassed certain checks that would normally prevent duplicate resource creation. This option is used to force a deployment even when a lock is in place, which can lead to unintended consequences like duplicate jobs if the deployment logic does not correctly handle existing resources.
Use the bundle validate
command to check the configuration and understand what changes will occur during deployment.