Fabian Jakobs
Fabian Jakobs
I have a wheel library configured and after updating the wheel code I'm no longer able to apply terraform changes. I keep getting: ``` ╷ │ Error: Provider produced inconsistent...
## Expected Behavior `dbx sync` should use the same profile resolution as the other dbx commands. ## Current Behavior Currently is ignores the profile in `.dbx/project.json`. ## Your Environment *...
The `--output` parameter would behave like `--wait` but after the job finishes it would fetch the job output https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsRunsGetOutput and display that instead of printing the job. `--output` would be...
Let's make sure our commands have a consistent feature set and port https://github.com/databricks/databricks-cli/pull/487 also to the `databricks jobs run-now` API.
This PR adds the still supported functionality from the REST API 1.2. It allows users to create execution contexts and run Python, SQL, and R code on a cluster. Note...
## Expected Behavior Changes to `.syncinclude` are applied directly if `dbx sync` is currently running. ## Current Behavior Changes are ignored and a manual restart is required. * dbx version...
### Describe the need I want to configure [Fork pull request workflows from outside collaborators](https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks) from Terraform for my repo but I can't find that setting. I'd expect this to...
For the Databricks Extension for VSCode, we would like to have a programmatic way to change the Cloud and the Tenant ID. We are currently resorting to these hacks: ```ts...
I'm trying to use the `azure-account` extension to programmatically get Azure credentials for the [Databricks Extension](https://marketplace.visualstudio.com/items?itemName=databricks.databricks) for VSCode. The AppId for Databricks: 2ff814a6-3304-4ab8-85cb-cd0e6f879c1d The code I'm using looks like this:...
Hi, http://github.com/ajaxorg/redis-node-client/commit/2a09ff0e2977c29d5034d714a3838057458fd704 This fix is critical since otherwise the callback is never called, which can break the control flow of the calling code. Please pull. Thanks, Fabian