terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

[FEATURE] Request "databricks_workspace_file_paths" data resource to list all the workspace files in a given path

Open ewelinastr opened this issue 1 year ago • 0 comments

Hi,

Right now there is a terraform resource "databricks_workspace_file" which allow user to insert workspace file in a Databricks Workspace. Unfortunatelly there is no data source for "databricks_workspace_file_paths" which would allow user to list all of the workspace files inside a given path with recursive option. There is a very similar "databricks_notebook_paths" data source, but it allow to list only notebook files. It would be super helpful to have data source that would list all of the workspace files (not only notebooks). This addition would facilitate the implementation of more complex logic directly using Terraform code.

ewelinastr avatar Apr 05 '24 11:04 ewelinastr