Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ewelinastr opened this issue Apr 5, 2024 · 0 comments
Labels
feature New feature or request

Comments

@ewelinastr
Copy link

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 ewelinastr added the feature New feature or request label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant