Jingjing Duan
Jingjing Duan
Hi, First of all, thanks for creating this amazing emulator! When using the emulator to create a lot of datasets and tables, it would fail after creating about a dozen...
Is it possible to connect the BQ emulator via dbeavor or dbvisualizer or any other GUI client? Thanks!
**Describe the bug** First of all, I recently discovered this amazing tool and I've used it to open a bunch of PRs across a few repos. That worked amazingly! Now...
I was able to `spr init` just fine for my repo. However, when I run `spr diff` from a git worktree, I get this error: ``` 🛑 object not found...
We are using the latest version (2.21.1) of this plugin. On top of that, we also have a git pre-commit hook that uses the `google-java-format` jar directly on changed files....
We are using the latest version of this github action and I noticed that we stopped getting this metric `github.actions.job.duration_second`. Here's our workflow file: ``` jobs: submit: runs-on: ubuntu-latest timeout-minutes:...
When the `collect-job-metrics` flag is set to true, metrics at the job level as well as step level are sent to datadog. This doesn't work well if a workflow has...
Is there a limit of how many metrics that can be sent to datadog per workflow run? We have a pretty complicated workflow and I'm noticing that there are no...
Hi, From time to time, we would see this error "Exhausted searching IDs in known runs". See the logs below. I bet this is caused by github API not finding...
### Description of the bug See this CVE: https://nvd.nist.gov/vuln/detail/CVE-2024-25710#range-10353751. "flow-server" depends on 1.25.0 of commons-compress which still has the CVE. ### Expected behavior Have no dependencies with CVEs. ### Minimal...