Lucas C.

Results 9 comments of Lucas C.

Hi @gengliangwang 1) The problem only occur in avro data sources 2) Map is not good when has a complex structure as arrays, structs or array of structs that contains...

I'm having this problem also. Any updates? I found this related issue: https://github.com/databricks/terraform-provider-databricks/issues/4305

Do we have any updates on this? Having the current config object exposing the current workspace id and name it will help a lot to know where the provider is...

@alexott I know that is possible to extract the current id using the response header of any endpoint request through the header "x-databricks-org-id". Is it possible to expose this information...

If I not wrong, for Azure workspaces the return header is "X-Databricks-Azure-Workspace-Resource-Id"

I could do a workaround to avoid waiting for reachability by setting the expected as PROVISIONING and addind time sleep resources as this ```hcl resource "time_sleep" "wait_workspace" { depends_on =...

Can someone review and contribute with this PR [fix: Accept running as valid wait state #5268](https://github.com/databricks/terraform-provider-databricks/pull/5268)? Thanks

Adding more detailed information: ## Summary The `Read` function for the workspace resource **always** calls `WaitForExpectedStatus`, regardless of cloud provider or resource usage. This creates a series of problems when...