turbot / steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
https://steampipe.io
GNU Affero General Public License v3.0
6.79k stars 263 forks source link

Database option `search_path_prefix` does not alert search path #4160

Closed cbruno10 closed 5 months ago

cbruno10 commented 5 months ago

Describe the bug If I have DB options:

options "database" {
  search_path_prefix = "aws_all"
}

And then run steampipe service start, my search path is not modified

Steampipe version (steampipe -v) v0.21.4

To reproduce Set database options like above and then check the search path

Expected behavior Search path should have aws_all in front of it

Additional context Add any other context about the problem here.