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_1.62.1 exporter #4527

Open
dbxgit-hub opened this issue Feb 25, 2025 · 1 comment
Open

[ISSUE] Issue with databricks_1.62.1 exporter #4527

dbxgit-hub opened this issue Feb 25, 2025 · 1 comment
Labels
Cannot reproduce Indicates insufficient information to reproduce or solve the problem.

Comments

@dbxgit-hub
Copy link

The notebooks were defined with special characters / and (), which is causing to fail during terraform export command.

Configuration

# terraform 1.62.1

Expected Behavior

Expected behavior is to export the notebooks without errors

Actual Behavior

Actual behavior is that notebooks in the list are erroring out

Steps to Reproduce

terraform-provider-databricks_v1.62.1 exporter -skip-interactive -match=my-favorite-job -listing=notebooks,directories -services=jobs,compute,notebooks,access,storage,directories,policies -noformat

Terraform and provider versions

terraform-provider-databricks_v1.62.1

Is it a regression?

Not a regression

@alexott
Copy link
Contributor

alexott commented Feb 26, 2025

The () characters could be used without problems - I tested it yesterday. The / character isn't supported by our API, and the notebook should be renamed. If the notebook was created recently, then it's UI problem as we shouldn't allow creation of such notebooks. But I just tested, and / wasn't allowed.

Otherwise, please do the following:

  • Upgrade to the latest version of exporter (release is today/tomorrow)
  • If it's still reproducible, collect debug logs and share internally

@alexott alexott added the Cannot reproduce Indicates insufficient information to reproduce or solve the problem. label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cannot reproduce Indicates insufficient information to reproduce or solve the problem.
Projects
None yet
Development

No branches or pull requests

2 participants