-
### Configuration
```
resource "databricks_grants" "metastore" {
provider = databricks.mws
count = var.databricks_create_metastore ? 1 : 0
metastore = databricks_metastore.this[0].…
-
----------------------
- Plugin Name: EmmyLua
- Plugin Version: 1.3.7.2-IDEA222
- OS Name: Windows 10
- Java Version: 17.0.5
- App Name: Rider
- App Full Name: JetBrains Rider
- App Version name: J…
-
The library is supposed to be able to run on PHP 7.3 but composer dependencies are requiring 8.1 minimum. Is there any way to install a fully 7.3 compatible version of this library?
-
[24.08.2023 12:09:22] jasiu-rozowyczlowiek:
[24.08.2023 12:09:22] jasiu-rozowyczlowiek
-
### Configuration
```hcl
# Copy-paste your Terraform configuration here
provider.tf
provider "databricks" {
alias = "accounts"
host = var.account_con…
-
### Configuration
```
# This file is maintained automatically by "terraform init".
# Manual edits may be lost in future updates.
provider "registry.terraform.io/databricks/databricks" {
v…
-
### Configuration
```hcl
provider "databricks" {
alias = "mws"
host = "https://accounts.cloud.databricks.com"
account_id = var.databricks_account.account_id
cl…
-
### Configuration
The root file creates the account level groups and users in the root module, the databricks.mws
provider is used exclusively there. It also used exclusively in the staging an…
-
### Configuration
```hcl
provider "azurerm" {
features {}
}
data "azurerm_databricks_workspace" "default" {
name = var.WORKSPACENAME
resource_group_name = var.WORKSPA…
-
### Configuration
```hcl
# Copy-paste your Terraform configuration here
```
terraform {
required_providers {
databricks = {
source = "databricks/databricks"
}
}
…