Shotaro Kohama
Shotaro Kohama
Part of https://github.com/hashicorp/terraform-provider-google/issues/9298 Part of https://github.com/hashicorp/terraform-provider-google/issues/12307 Add `vertex_ai_featurestore_entitytype_feature` to enable the google-beta provider to define a feature in Vertex AI FeatureStore. https://github.com/GoogleCloudPlatform/magic-modules/pull/6565 is a PR to promote the other featurestore...
part of https://github.com/hashicorp/terraform-provider-google/issues/9298 If this PR is for Terraform, I acknowledge that I have: - [x] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues) for an open issue that this either resolves or...
Fixes https://github.com/hashicorp/terraform-provider-google/issues/16561 **Release Note Template for Downstream PRs (will be copied)** ```release-note:new-resource `google_vertex_ai_deployment_resource_pool` ``` I confirmed `TestAccVertexAIDeploymentResourcePool_vertexAiDeploymentResourcePoolExample` succeeded without errors by running the test on a local machine.
According to https://github.com/mercari/hcledit/blob/main/cmd/hcledit/README.md, I executed `brew tap` but I got the following errors. It looks like https://github.com/goreleaser/goreleaser/pull/2939 is related. ```console $ brew tap mercari/hcledit https://github.com/mercari/hcledit ==> Tapping mercari/hcledit Cloning into...
### 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...
We can filter pipeline runs by name on the KFP UI but we can't filter them by status because of the following code. https://github.com/kubeflow/pipelines/blob/c8c9905bf2b2662a851c339afbd143cfdbdb603c/frontend/src/components/CustomTable.tsx#L515-L527 This feature allows users to see...
Resolve https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/987 Add CI testing for the Python unit tests in tools/dynamic-lora-sidecar to run automatically on each PR. The dynamic-lora-sidecar has unit tests (test_sidecar.py). However, they're not run in CI....