Skip to content

Commit

Permalink
Merge pull request #593 from ArnavK-09/patch-1
Browse files Browse the repository at this point in the history
docs: update write_your_own_fetch_provider.mdx with latest link to provider example
  • Loading branch information
orweis committed Jun 4, 2024
2 parents 794b967 + 4e2b9f4 commit 1363a21
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 1363a21

Please sign in to comment.