Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianswms committed Dec 20, 2024
1 parent a80ece7 commit fb95248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.
|:--------|:--------:|:-------:|:------------|
| access_key | True | None | Access Key from the CallTrackingMetrics UI. |
| secret_key | True | None | Secret Key from the CallTrackingMetrics UI. |
| start_date | False | None | Formatted as a Unix timestamp. |
| start_date | False | None | The earliest record to sync. |
| 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. |
| faker_config | False | None | Config for the [`Faker`](https://faker.readthedocs.io/en/master/) instance variable `fake` used within map expressions. Only applicable if the plugin specifies `faker` as an addtional dependency (through the `singer-sdk` `faker` extra or directly). |
Expand Down

0 comments on commit fb95248

Please sign in to comment.