You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-31Lines changed: 26 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,46 +4,40 @@
4
4
5
5
Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.
6
6
7
-
<!--
8
-
9
-
Developer TODO: Update the below as needed to correctly describe the install procedure. For instance, if you do not have a PyPi repo, or if you want users to directly install from your git repo, you can modify this step as appropriate.
| client_id | True | None | The client id to authenticate against the Personio API |
33
+
| client_secret | True | None | The client secret to authenticate against the Personio API |
34
+
| start_date | False | None | The earliest record date to sync |
35
+
| 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). |
36
+
| stream_map_config | False | None | User-defined config values to be used within map expressions. |
37
+
| flattening_enabled | False | None | 'True' to enable schema flattening and automatically expand nested properties. |
38
+
| flattening_max_depth| False | None | The max depth to flatten schemas. |
35
39
36
-
```
37
-
tap-personio --about --format=markdown
38
-
```
39
-
-->
40
-
41
-
A full list of supported settings and capabilities for this
42
-
tap is available by running:
43
-
44
-
```bash
45
-
tap-personio --about
46
-
```
40
+
A full list of supported settings and capabilities is available by running: `tap-personio --about`
47
41
48
42
### Configure using environment variables
49
43
@@ -53,9 +47,10 @@ environment variable is set either in the terminal context or in the `.env` file
53
47
54
48
### Source Authentication and Authorization
55
49
56
-
<!--
57
-
Developer TODO: If your tap requires special access on the source system, or any special authentication requirements, provide those here.
58
-
-->
50
+
[Create a Personio API credential](https://developer.personio.de/docs/getting-started-with-the-personio-api) and
51
+
configure `client_id` and `client_secret` settings.
52
+
53
+
> Note: The tap will only have access to attributes whitelisted for the API credential
0 commit comments