Miles Yucht
Miles Yucht
What are you using the token for? Are you using the token for anything other than to configure the provider to talk to this new workspace? Reason I ask is...
Hi @Teun-Roefs. I believe this is an issue with the new CLI, hosted at https://github.com/databricks/cli. Please file your issue there for triage.
We're seeing this as well with the Databricks CLI: https://github.com/databricks/cli/blob/main/.github/workflows/release.yml#L121-L131. Is this a problem from `Cleaning up previous stale branches of merged pull requests on the fork` or `Check for...
When I run this databricks binary, I see that the deprecation warning is not printed, but it is when imported. https://github.com/databricks/databricks-cli/pull/675#discussion_r1347030686
Thank you for your feedback @mroyce1 and @rondefreitas. I've followed-up with the Jobs team to ask them about how we can address these issues. @rondefreitas, just curious: have you considered...
Just to expand on this a bit: workspace-level UC APIs only allow interacting with the metastore assigned to that workspace. Even if the TF provider were to accept a metastore...
@nkvuong that's fair. Also, it unblocks private preview customers who want to use new TF permissions.
@alexott @nkvuong Do you know how https://github.com/databricks/terraform-provider-databricks/blob/main/internal/acceptance/sql_table_test.go#L39-L66 succeeded in the past? Updating the type of the table would not cause the table to be deleted/recreated, but as a result, there...
If not, then we can create new workspaces in those integration tests as needed. We'll probably need to anyways to make sure the "enforce" settings take effect as expected.