@pernilak what are you using for the root_path in your test and production workspaces?
When renaming a job, it should create a new job with the new name and delete the old job.
This is providing:
- root_path is kept the same
- only 1 user is doing t...
@RobertoBruno The tfstate used is actually the one stored in the Databricks Workspace, not on the local filesystem. So providing you keep using the same root_path for your DAB, it should still correctly clean-up any jobs you remove from your code in ...
xhead I think the configuration files it's referring to is the local ones in your repo. It checks these against what has been deployed in the workspace and will remove anything that you've got rid of in you repo in the new version. Behind the scenes ...