-
### Configuration
```hcl
# Copy-paste your Terraform configuration here
```
data "databricks_group" "ds" {
provider = databricks.accounts
display_name = "Data Science"
}
data "databr…
-
Add a "Features" section to module repo READMEs (just under the introduction) where we can list notable features for the modules.
- [x] https://github.com/equinor/terraform-azurerm-web-app/pull/198
-…
-
Now that the modules have been published to the public Terraform Registry, we should ensure that variable and output descriptions are clear, concise and consistent. See [variables and outputs best pra…
-
We have a fairly standard setup in Azure, where AD-authenticated users in our organisation belong to Azure groups, and we would like to have those users in specific groups automatically provisioned in…
-
### What happened?
When creating a Databricks workspace using the Azure Native v2 Provider, there is no straight forward to encrypt the workspace.
It seems that this can only with a two step appr…
-
# Background
I'm a software developer/data scientist using VSCode for all my day to day coding, scripting and automation tasks, and I'm using profiles to minimize the number of active extension…
-
### Describe the bug
Since the release of the new 0.29.0 version of databricks-sdk, the dbt job running on our databricks cluster, using dbt-databricks==1.6.5 version, started to fail with the error …
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this iss…
-
**Description**
Listing workspaces using the `AccountClient` fails.
**Reproduction**
```python
import logging
from databricks.sdk import AccountClient
logging.basicConfig(level=logging.DEBUG…
-
Azure_data_engineering_project