Subhajit Mondal

Results 8 issues of Subhajit Mondal

Hi, I'm trying to list all groups in my organization. But in the response, I didn't see any method defined to get the value for `resourceBehaviorOptions` and `resourceProvisioningOptions`. https://github.com/microsoftgraph/msgraph-sdk-go/blob/2d3e4f1d94cf75bb5a722f555993907ced137aab/models/groupable.go#L9 ![image](https://user-images.githubusercontent.com/38218418/180951323-573ac7e1-58ae-4d11-87a4-57a3ee3c87a5.png)...

bug
service issue
blocked

Hi! I'm trying to get the client version programmatically, similar to the `kubectl version` command. I'm using the `Get()` method defined in the `k8s.io/client-go/pkg/version` package to get the client version....

lifecycle/rotten

### Current cloudflare-go version Latest ### Description I am trying to fetch my R2 bucket details using the API and following the docs below. [Configure `aws-sdk-go` for R2](https://developers.cloudflare.com/r2/examples/aws-sdk-go/) [S3 API...

We have table `net_dns_record` where `domain` is required to perform the `LIST` operation. We have a use case where we have a CSV file (`domains.csv`) containing a list of domains,...

We use the [Helm](https://pkg.go.dev/helm.sh/helm/v3) package in one of our plugins. While we try to run the `make` command, we are getting below error: ``` github.com/turbot/steampipe-plugin-kubernetes imports github.com/turbot/steampipe-plugin-sdk/v5/plugin imports github.com/turbot/steampipe-plugin-sdk/v5/telemetry imports...

dependencies

In table [net_http_request](https://github.com/turbot/steampipe-plugin-net/blob/update_net_web_request_table/net/table_net_http_request.go), we have added an optional qual `request_headers` of type JSONB. ``` KeyColumns: plugin.KeyColumnSlice{ {Name: "url", Require: plugin.Required}, {Name: "method", Require: plugin.Optional, CacheMatch: "exact"}, {Name: "follow_redirects", Require: plugin.Optional,...

bug

I am working on a table where I want to retry the list hydrate function for certain errors. Hence, I have defined the `RetryConfig` in table's `ListConfig` ``` List: &plugin.ListConfig{...

I am using [`ShouldIgnoreError`](https://github.com/turbot/steampipe-plugin-sdk/blob/main/plugin/table.go#L52) error handler for both `LIST`, and `GET` operation, to handle `notFound` error. Though it is woking properly for `GET` operation, but the the error not get...

bug