Skip to content

Commit

Permalink
docs: Add link to the sdk for README generation regarding Stream Maps (
Browse files Browse the repository at this point in the history
…#823)

Add link to the sdk for README generation regarding Stream Maps
  • Loading branch information
visch authored Jul 18, 2022
1 parent c82c71c commit 928e578
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion singer_sdk/helpers/capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
Property(
"stream_maps",
ObjectType(),
description="Config object for stream maps capability.",
description="Config object for stream maps capability. "
+ "For more information check out "
+ "[Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html).",
),
Property(
"stream_map_config",
Expand Down

0 comments on commit 928e578

Please sign in to comment.