Skip to content

Commit

Permalink
[AP-860] bump and document pipelinewise-tap-slack (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Oct 22, 2020
1 parent 0df6d15 commit 37a2dbe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/connectors/taps/slack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ As of right now, the minimum required scopes for this App are:
- ``usergroups:read``
- ``users.profile:read``
- ``users:read``
- ``users:read.email`` - This scope is only required if you want to extract the user emails as well.

Configuring what to extract
'''''''''''''''''''''''''''
Expand Down Expand Up @@ -70,6 +71,10 @@ Example YAML for ``tap-slack``:
#date_window_size: "5" # Optional: Due to the potentially high volume of data when syncing certain streams
# (messages, files, threads) this tap implements date windowing based on
# a configuration parameter.
#lookback_window: 14 # Optional: Number of days to look back before the incremental start date.
# This is useful to get all data from child streams that can't be extracted
# incrementally, for example the message threads (conversation.replies method).
# Default is 14 days.
# ------------------------------------------------------------------------------
# Destination (Target) - Target properties
Expand Down
4 changes: 4 additions & 0 deletions pipelinewise/cli/samples/tap_slack.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ db_conn:
#date_window_size: "5" # Optional: Due to the potentially high volume of data when syncing certain streams
# (messages, files, threads) this tap implements date windowing based on
# a configuration parameter.
#lookback_window: 14 # Optional: Number of days to look back before the incremental start date.
# This is useful to get all data from child streams that can't be extracted
# incrementally, for example the message threads (conversation.replies method).
# Default is 14 days.

# ------------------------------------------------------------------------------
# Destination (Target) - Target properties
Expand Down
2 changes: 1 addition & 1 deletion singer-connectors/tap-slack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pipelinewise-tap-slack==1.0.1
pipelinewise-tap-slack==1.1.0

0 comments on commit 37a2dbe

Please sign in to comment.