Skip to content

Commit

Permalink
chore: Update recommendation for sat in README (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
RanjeetMishra authored Nov 18, 2024
1 parent 4a72c3a commit a5c096a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ pip install dagster_rudderstack
```

### Configuration
Setup RudderStack resource with your [workspace access token](https://www.rudderstack.com/docs/dashboard-guides/personal-access-token/).
Setup RudderStack resource with your [service access token](https://www.rudderstack.com/docs/dashboard-guides/service-access-tokens/#generate-service-access-token).

> [!NOTE]
> For production use cases, RudderStack recommends using a service access token instead of [personal access token](https://www.rudderstack.com/docs/dashboard-guides/personal-access-token/).

```python
# resources.py
Expand Down

0 comments on commit a5c096a

Please sign in to comment.