Skip to content

Commit e8c0449

Browse files
authored
Minor fixes for default Tailpipe DB name in Run Powerpipe doc (#68)
1 parent e4130da commit e8c0449

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/run/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ If you run Powerpipe in **Server Mode** mode, Powerpipe will run a dashboard ser
2424

2525
## Selecting a database
2626

27-
Most public mods are written without specifying a `database` on each query. As a result, all queries in the mod run against the 'active' database. For Steampipe, the active database is `postgres://steampipe@localhost:9193/steampipe`, thus Powerpipe will run against a local Steampipe instance. For Powerpipe, it's `duckdb:~/.tailpipe/data/default/tailpipe.db`.
28-
`
27+
Most public mods are written without specifying a `database` on each query. As a result, all queries in the mod run against the 'active' database. For Steampipe, the active database is `postgres://steampipe@localhost:9193/steampipe`, thus Powerpipe will run against a local Steampipe instance. For Tailpipe, it's `duckdb:~/.tailpipe/data/default/tailpipe.db`.
28+
2929
Some mods allow you to [set the database via a variable](/docs/build/mod-database). In this case, you can pass the connection to the variable when you run a powerpipe command:
3030

3131
```bash
@@ -76,5 +76,3 @@ powerpipe benchmark run cis_v150 --search-path-prefix aws_connection_2
7676
```
7777

7878
[Steampipe](https://steampipe.io) creates a schema for each connection and aggregator, and understanding how the search path works is important when using Steampipe and Powerpipe. See the [Using search_path to target connections and aggregators](https://steampipe.io/docs/guides/search-path) guide for more information.
79-
80-

0 commit comments

Comments
 (0)