Nathan Wallace

Results 50 issues of Nathan Wallace

I'm troubleshooting some query errors, and sometimes they take a long time to return (~4mins). I feel that the timing status line should be shown (if possible) even for errors,...

enhancement
cli output

Excited to try out the new Net Insights mod, I did this: ```~/src/steampipe-mod-net-insights $ steampipe dashboard [ Wait ] Loading Workspace Error: 1 mod plugin requirement not satisfied. turbot/net none...

enhancement

**Describe the bug** If a plugin is installed, but not configured (e.g. no `rss.spc` file setup) then we should improve the error message. **Scenario** ``` > .inspect rss Error: Could...

bug

Long queries show me the number of results loaded, which is great. When timing is on, I get timing + hydration data at the end, which is also great. But,...

enhancement

**Describe the bug** 1. Start the CLI 2. Immediately paste a SQL query into the console 3. The query will be duplicated once initialization is finished **Steampipe version (`steampipe -v`)**...

bug
cli output

I'm using debug logs during plugin development, and noticed that I'm getting these messages from other plugins (not all of my plugins) in the log: ``` 2022-07-09 21:30:42.180 UTC [INFO]...

bug

**Describe the bug** * AWS plugin is installed * But no AWS connections are in the config * Mod will attempt to run (install requirement is met), but fails hard...

bug

I left steampipe running overnight, and then ran a query. I was surprised there was no plugin log file for the new day, instead the log entries seemed to be...

bug

I was very confused for a while today when putting Steampipe inside a cronjob and I hadn't set the current working directory properly. Steampipe returns SQL errors if the file...

enhancement

Many queries in this mod use distinct to prevent duplicates. For example: https://github.com/turbot/steampipe-mod-aws-compliance/blob/56d5f70aae65698cb8d1b73f41bb238c8d38e879/query/vpc/vpc_flow_logs_enabled.sql#L1-L3 Distinct checks all elements in the tuple (row), as opposed to ensuring the specific `arn` or `name`...

bug
help wanted