Trying to export single notebook from databricks workspace to local using terraform exporter, instead it exports all the notebooks from the workspace to local. using below in export.cmd (specified the notebook path I want to export in match). Any suggestions ?
terraform init
cd ".terraformprovidersregistry.terraform.iodatabricksdatabricks1.16.0windows_386"
terraform-provider-databricks_v1.16.0.exe exporter -skip-interactive -directory sample ^
-match=/Workspace/Users/[email protected]/sample ^
-services=notebooks ^
-listing=notebooks ^
-debug
cd ../../../../../../..
New contributor
user25669321 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.