Serge Smertin
Serge Smertin
# Description Sample implementation found at https://github.com/sevro/rust-codecov Also as cargo ext https://github.com/kennytm/cargo-kcov Technically, codecov doesn't need any GITHUB_TOKEN for public repos. **Use Case** Continuously measuring code quality and stability of...
Goal: - some bundles want to define their own code enhancement rules - if two bundles enhance the same class - there would be no risk of conflicts - couple...
Need to provide retry queue for failed bulk index items
In order to simplify development experience, i'd like to see so much used import hints in VSCode. 
To make Databricks Terraform Provider generally available, we've moved it from [https://github.com/databrickslabs](https://github.com/databrickslabs) to [https://github.com/databricks](https://github.com/databricks). We've worked closely with the Terraform Registry team at Hashicorp to ensure a smooth migration. Existing...
### Use-cases Name-to-id map of all `databricks_mws_credentials` in given account
Migrate to paginated job list 2.1 API in `databricks_jobs` data resource to skip the limit of number of jobs in the workspace. ### References * https://github.com/databricks/terraform-provider-databricks/blob/master/jobs/data_jobs_test.go#L12-L31 * https://github.com/databricks/terraform-provider-databricks/blob/master/jobs/data_jobs.go#L16-L31 * https://github.com/databricks/terraform-provider-databricks/blob/master/jobs/resource_job.go#L277-L281
Verify if it's already possible to create AKV-scopes and if https://github.com/databricks/terraform-provider-databricks/blob/master/secrets/resource_secret_scope.go#L69-L72 could be removed from production code.
### Configuration ```hcl provider "databricks" { alias = "account" host = module.defaults.account_console account_id = module.defaults.databricks_account_id username = data.azurerm_key_vault_secret.username.value password = data.azurerm_key_vault_secret.password.value } ... resource "databricks_mws_workspaces" "this" { provider = databricks.account...