Lalit Bhardwaj
Lalit Bhardwaj
**Describe the bug** I have a compliance mod a below `mod.sp` ``` mod "test_compliance" { # hub metadata title = "Test Compliance" description = "Test Compliance" } variable "allowed_ips" {...
# Integration test logs Logs ``` Add passing integration test logs here ``` # Example query results Results ``` Add example SQL query results here (please include the input queries...
**Describe the bug** ``` > select * from aws_dynamodb_table_export where arn = 'arn:aws:dynamodb:us-east-1:*********:table/test-delete/export/01660303305033-7b1a9b46' Error: 7 list calls returned errors: rpc error: code = Internal desc = hydrate function getTableExport failed...
**References** https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-api-destinations.html https://docs.aws.amazon.com/sdk-for-go/api/service/eventbridge/#EventBridge.ListApiDestinations
**Is your feature request related to a problem? Please describe.** https://docs.aws.amazon.com/organizations/latest/APIReference/API_ListDelegatedAdministrators.html https://hub.steampipe.io/plugins/turbot/aws/tables/aws_organizations_account
**Is your feature request related to a problem? Please describe.** Move file watcher from steampipe to go-kit so that it can be used by other places like `steampipe-plugin-sdk` where it...
**Describe the bug** Got the below error, I am not getting this error every time and occurs once in a while. It happened when I compiled my `AWS` plugin locally...
## Tables Migrated 1. aws_backup_plan - [ ] Old and new data matched - [x] Paging tested - [x] Limit tested - [x] Steampipe mod aws_compliance is using it 2....
**Describe the bug** Running this query ``` select jsonb_pretty(attributes) from ldap_user where object_sid = 'S-1-5-21-4049728555-799940961-2503284476-7632'; ``` Seems to return some JSON data with `\u0000`, leading to the error: ``` select...