Graza

Results 13 comments of Graza

I believe this [Offline Access](https://www.keycloak.org/docs/latest/server_admin/#_offline-access) Token is the one being requested for this feature enhancement.

Was able to reproduce when using a query similar to that posted above: ``` select organization, slug, login from github_team_member where organization IN (select login from github_my_organization) AND slug IN...

I've sent you some logs

Took a quick look at using `HeadBucket` operation - however I kept receiving a `301` error. ``` operation error S3: HeadBucket, https response error StatusCode: 301, RequestID: 6ZC4YNZX6Z7MDFR8, HostID: eI5x2FvRBbAQreiEqD2lpJlZvJh00lOWHPtcVRw9Q24esThCm8UxrzoPorEo5eIk8HK+ce0D5yU=,...

This seems to stem from where we replicated the `go-prettyjson` colors (but we removed the bold): The code is in [pipe-fittings](https://github.com/turbot/pipe-fittings/blob/main/color/json_formatter.go#L14) where it uses `FgBlack` for the `null` color -...

This is caused by the step being complete, thus the planner sets pipeline to finishing before the step finish handler is called. Therefore server output needs to be rendered after...

Thanks, this will be in `v0.7.0` - may take some time as I want to get dependencies updated also and the GitLab SDK has a few changes that require some...

Yup, you're correct - the underlying SDK changed the struct. Thanks for pointing it out, fix will be in next release.

@cbruno10 - thoughts on this? I know we looked at it a year or so ago and had [some issues](https://github.com/turbot/steampipe-plugin-github/issues/311)

Hey @egbertp apologies for this; we should have this fixed in the forthcoming 0.23.3 patch release.