Matthew Winter
Matthew Winter
- Add `zsh` tab completion, providing: - Command selection - Installed Go version list selection - Remote Go version list selection I created it as part of this `zsh` plugin...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I requested to open a "Recent Project" as shown in the below...
### Check for existing issues - [X] Completed ### Describe the feature When using `mise` environment files for a project, Zed does not automatically setup the environment, most importantly the...
The following is output when executing the Dataform CLI: ``` (node:25544) NOTE: The AWS SDK for JavaScript (v2) will be put into maintenance mode in 2023. Please migrate your code...
This PR adds an `--impersonate-service-account` argument to the `run` and `test` commands, along with the required changes to allow for the impersonation of service accounts without the need to change...
Rather than use the `--credentials` and provide JSON keys, I was looking to use service account impersonation. Executing as follows: ``` gcloud config set auth/impersonate_service_account dataform run gcloud config unset...