We are using dbx command to sync the objects from the local to Databricks workspace, we are using the below command to sync the data,
dbx sync workspace --unmatched-behaviour=unspecified-delete-unmatched -s /tmp -d /tmp
We have deleted some files locally, and when we run the command it does not delete the files from the workspace which are not present locally, is there any way to run the sync command to delete the files from the workspace which is not present locally?