Serge Smertin

Results 212 issues of Serge Smertin

`TestAccSQLEndpoints` and `TestAccSQLEndpoint` failed on nightly test run: ``` "health": { "details": "Details for the latest failure:\n Type: CLIENT_ERROR\n Code: GCP_QUOTA_EXCEEDED\n Cluster-... (227 more bytes)", "failure_reason": { "code": "GCP_QUOTA_EXCEEDED", "parameters":...

bug

Right now it's a bit fragile: ```go if contains([]string{ "aws_iam_role", "azure_service_principal", "azure_managed_identity", }, field) { patch[field] = d.Get(field).([]interface{})[0] continue } ```

Whenever special environment variable is set, log API calls into a more readable file. Also, need to log query string as well: https://github.com/databrickslabs/terraform-provider-databricks/blob/master/common/http.go#L485-L487

feature

* Return `mountRemoteInfo` from MountPoint#Mount * Change signature of MountPoint#Source - expect `Mount`/`Client` as arguments, return `mountRemoteInfo` instead of mount source string * remote acceptance tests for deprecated resources, that...

This PR is aiming at re-creating DBFS file from local resource if modification is detected on remote storage. Current state ![image](https://user-images.githubusercontent.com/259697/126613047-3268e880-d089-4a19-bcb9-a5c479877aca.png)

feature

Allows installation of wheels onto databricks clusters by using standard Python setuptools framework - through setup.py distutils.command entry point. E.g. ``` python setup.py databricks_install --cluster-id abcd --databricks-cli-profile staging ``` will...

Use case `databricks jobs run-script metastore-export.py` as equivalent for: ``` databricks workspace import metastore-export.py /tmp/metastore-export_$RANDOM --language python --overwrite # creating Spark Submit job - https://docs.databricks.com/dev-tools/api/latest/jobs.html#runs-submit # waiting for completion of...

feature
clusters

When launching a subprocess, some tools, like Terraform, expect STDOUT to be in JSON. Therefore, it would be very nice to have `--json` flag to optionally instruct CLI to give...

feature
UX

@VladRassokhin, would it be possible to add autocompletion for [Databricks](https://github.com/databrickslabs/terraform-provider-databricks) [provider](https://registry.terraform.io/providers/databrickslabs/databricks/latest)?

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

new-data-source
new-feature