Hello evryone,
I'm using databricks CLI to moving several directories from Azure Repos to Databricks Workspace.
The problem is that files are not updating properly, with no error to display.
The self-hosted agent in pipeline i'm using has installed the v0.228 dbks CLI
At the moment i'm using the command databricks import-dir <source> <dest> --overwrite.
The pipeline, and so the command, is able to retrieve the artifact with updated directories from Repo (I checked all the paths to make sure the source path contained the changed data and also the destination path to make sure it was correct) but there is no trace in databricks.
Even the last modified date in databricks workspace is updated with the pipeline run, but no changes in the repository are actually released in databricks.
Does anyone else had the same problem?