Skip to content

Commit

Permalink
Update write_your_own_fetch_provider.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 committed Jun 4, 2024
1 parent 794b967 commit 4e2b9f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class PostgresFetchProvider(BaseFetchProvider):
...
```

You may also reference the [provider module from the postgres fetcher](https://github.com/permitio/opal-fetcher-postgres/blob/master/opal_fetcher_postgres/provider.py).
You may also reference the [provider module from the postgres fetcher](https://github.com/permitio/opal-fetcher-postgres/blob/master/src/opal_fetcher_postgres/provider.py).

### Step 3 - implementing your FetcherConfig and FetchEvent

Expand Down

0 comments on commit 4e2b9f4

Please sign in to comment.