Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
I am trying to migrate workspace directory files from all folders to another workspace. I tried use terraform provider databricks provider to export but its exporting only dbc notebooks. Am i missing something or is there a better way to do this?
The Terraform providerโs exporter is great for generating Terraform config for workspace resources, but it isnโt meant to bulk-migrate the actual workspace directory contents. Use the Databricks CLIโs workspace export/import commands to move folders (notebooks and files) between workspaces. See the commands here: https://docs.databricks.com/aws/en/dev-tools/cli/reference/workspace-commands#databricks-workspace-e...