Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database option search_path_prefix does not alert search path #4160

Closed
cbruno10 opened this issue Feb 29, 2024 · 0 comments · Fixed by #4165
Closed

Database option search_path_prefix does not alert search path #4160

cbruno10 opened this issue Feb 29, 2024 · 0 comments · Fixed by #4165
Assignees
Labels
bug Something isn't working

Comments

@cbruno10
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants