Skip to content

Commit

Permalink
Fix substreams-sq tutorial (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets authored Dec 5, 2023
1 parent 6f9b0cd commit 5536779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/substreams-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ See some tutorials at https://substreams.streamingfast.io
**Tip:** The SQL endpoint will be assigned a specific port mapped to your deployment, in this example, port 17622.
{% endhint %}

* Create another target in your `$HOME/.dbt/profiles.yml` :
* Create another target in your `$HOME/.dbt/profiles.yml` replacing `PORT_NUMBER` and `RW_PASSWORD` with those assigned to you on the previous step:

```bash
cryptopunks:
Expand All @@ -265,8 +265,8 @@ cryptopunks:
type: postgres
host: db.srv.streamingfast.io
user: dev-node
password: LsmzKmJFYUaC
port: 8000
password: {RW_PASSWORD}
port: {PORT_NUMBER}
dbname: substreams
schema: public
```
Expand Down

0 comments on commit 5536779

Please sign in to comment.