Skip to content

Commit

Permalink
docs: Various README fixes (#81)
Browse files Browse the repository at this point in the history
* Fix settings table

* Correct environment variable to configure `auth.access_token`
  • Loading branch information
ReubenFrankel authored Jul 30, 2024
1 parent df30011 commit 76479e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.
| start_date | False | None | Earliest record date to sync |
| end_date | False | None | Latest record date to sync |
| auth | True | None | Auth type for Jira API requires either access_token or username/password |
| domain | True | None | Site URL | |
| stream_maps | False | None | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html).
|
| domain | True | None | Site URL |
| stream_maps | False | None | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). |
| stream_map_config | False | None | User-defined config values to be used within map expressions. |
| flattening_enabled | False | None | 'True' to enable schema flattening and automatically expand nested properties. |
| flattening_max_depth| False | None | The max depth to flatten schemas. |
Expand All @@ -34,7 +33,7 @@ The auth setting works either with access token or username/password, set by the
Auth with access token:
```bash
TAP_JIRA_AUTH_FLOW = 'oauth'
TAP_JIRA_AUTH_TOKEN = ''
TAP_JIRA_AUTH_ACCESS_TOKEN = ''
```

Auth with username/password:
Expand Down

0 comments on commit 76479e9

Please sign in to comment.