David Lukac
David Lukac
**Describe the solution you'd like** To manage multiple environment tiers we often have base `values.yaml` file and then environment specific files: - `values.dev.yaml`, - `values.uat.yaml`, - `values.prod.yaml`, etc. These are...
Trino version: `397` Druid config: ``` druid.properties: | connector.name=druid connection-url=jdbc:avatica:remote:url=https://broker:443/druid/v2/sql/avatica/;AUTHENTICATION=BASIC connection-user=${ENV:DRUID_BASICAUTH_USERNAME} connection-password=${ENV:DRUID_BASICAUTH_PASSWORD} ``` Running query against Druid results with HTTP 401: ``` Query 20220928_213412_00001_z5h8y failed: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.RuntimeException: Failed to execute...
Both UI and API now allows for automatic deletion of source branch after merge as part of Branching Model.  [Repository level API](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-branching-model/#api-repositories-workspace-repo-slug-branching-model-settings-put) [Project level API](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-branching-model/#api-workspaces-workspace-projects-project-key-branching-model-settings-put) ``` curl --location --request...
Following up on #228 - upgrading from `2.45.1` to `2.48.0` - _update_: upgrading to `2.47.0` fails on the same un-marshaling error - no local changes in `bitbucket_branching_model` resource; `tf plan`...