kaidaguerre
kaidaguerre
@sapg sorry for delay in following this up. A few questions: - if you run `steampipe query` from an empty folder does it work? - you say you installed a...
thanks @francois2metz! I'll take a look and get back to you
@judell what is the full reproduction for this please
The problem is a port clash Potential solution - StartImplicitService should respect the port specified in the HCL db config When the service is being started up during install (before...
if a check session is running, and `steampipe query` is run for a different install dir, the check session fails with the error `error creating transaction: pq: SSL is not...
@francois2metz I have reproduced this - it looks like the update code only currently works for turbot hosted plugins Looking into it.
thanks @createchange, that plugin log has some clues: ``` 2022-07-19 22:28:11.462 UTC [WARN] steampipe-plugin-azuread.plugin: [WARN] 1658269691156: Execute recover from panic: callId: 1658269691156 table: azuread_user error: runtime error: invalid memory address...
Hi @tafkam Thanks for raising this, sorry you are having issues. The mod file loading behaviour is as follows: If a `mod.sp` file containing a mod definition is found in...
Ah, a slight correction to the above ``` If a mod.sp file containing a mod definition is found in the working directory (the current directory or the workspace-chdir specified in...
Here is the function where the workspace detemines whether there is a workspace modfile: https://github.com/turbot/steampipe/blob/5193c70395ff52cb8ff8df321c97bf1ecffad140/pkg/workspace/workspace.go#L194 If it finds a modfile, it sets the workspace property `modFilePath`. This property can be...