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

[ISSUE] Issue with databricks_dashboard resource #4065

Closed
creachel opened this issue Oct 1, 2024 · 2 comments
Closed

[ISSUE] Issue with databricks_dashboard resource #4065

creachel opened this issue Oct 1, 2024 · 2 comments

Comments

@creachel
Copy link

creachel commented Oct 1, 2024

Configuration

Terraform configuraton:

resource "databricks_dashboard" "dashboard" {
display_name = "xxx"
warehouse_id = databricks_sql_endpoint.xyz.id
serialized_dashboard = {}
embed_credentials = false
parent_path = "/Shared/Dashboards"
}

Executing the above (with legitimate values), returns the following error:
image

The docs specifically say the folder will be created if it does not exist but seems like it isn't the case here.
image

Expected Behavior

I should not be getting a Error: cannot create dashboard: Path (/Shared/Dashboards) doesn't exist. error and the folder should be created.

@alexott
Copy link
Contributor

alexott commented Oct 2, 2024

It was fixed by #3778 - upgrade to at least 1.51.0

@creachel
Copy link
Author

creachel commented Oct 2, 2024

Ah, we are a few versions behind. Thanks, rookie mistake

@creachel creachel closed this as completed Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants