kaidaguerre

Results 89 issues of kaidaguerre

When running Steampipe, it searches the current folder and the _up parent folder tree_ to find a mod.sp file containing a mod definition. So if you are running Steampipe from...

new/deleted connections are not currently reflected in the autocomplete suggestions

Update `installFdwFiles` to use locations from here instead of hard coded paths

To reproduce ``` mkdir test_mod cd test_mod steampipe mod install github.com/turbot/steampipe-mod-aws-compliance steampipe plugin uninstall aws steampipe query ``` this _should_ fail with the error ``` Error: 1 mod plugin requirement...

bug

from https://github.com/turbot/steampipe/discussions/1689: ``` Is there a way to disable autocomplete in the interactive query mode? For some reason with Ubuntu Linux 20.04.4 LTS for WSL, autocomplete is very aggressive. The...

interactive prompt

if a database backup was taken after a db upgrade, it is restored by `restoreBackup` which is called from `RefreshConnectionAndSearchPaths` This is a slightly unexpected place to call it from...

code structure

Steampipe 0.14.0-alpha ``` [Raj](https://app.slack.com/team/U4U7LJ8DU) [2 hours ago](https://turbothq.slack.com/archives/C01AC8JQNHH/p1650978629204519?thread_ts=1650966819.383629&cid=C01AC8JQNHH) Also after a long time I got this crash today - this was when I wan modifying some HCL content in the file...

bug