Skip to content

Commit

Permalink
Fix Postgres replication tutorial command (#3095)
Browse files Browse the repository at this point in the history
* Update docker exec command to pull replicated rows.

* Grammar fix on Getting Started guide

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
  • Loading branch information
avaidyanatha and Abhi Vaidyanatha committed Apr 27, 2021
1 parent 864d378 commit cc87649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ And there you have it. You've pulled data from an API directly into a file and a

## That's it!

This is just the beginning of using Airbyte. We support a large collection of sources and destination. You can even contribute your own.
This is just the beginning of using Airbyte. We support a large collection of sources and destinations. You can even contribute your own.

If you have any questions at all, please reach out to us on [Slack](https://slack.airbyte.io/). We’re still in alpha, so if you see any rough edges or want to request a connector you need, please create an issue on our [Github](https://github.com/airbytehq/airbyte) or leave a thumbs up on an existing issue.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/postgres-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ One of biggest problems we've seen in tools like Fivetran is the lack of visibil
Now let's verify that this worked. Let's output the contents of the destination db:

```text
docker exec airbyte-destination psql -U postgres -c "SELECT * FROM public.public_users;"
docker exec airbyte-destination psql -U postgres -c "SELECT * FROM public.users;"
```

{% hint style="info" %}
Expand Down

0 comments on commit cc87649

Please sign in to comment.