Skip to content

Commit 25e0d84

Browse files
authored
✨ Source Slack: Fix cursor granularity for the channel_messages stream (#38619)
1 parent 828a637 commit 25e0d84

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

airbyte-integrations/connectors/source-slack/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: c2281cee-86f9-4a86-bb48-d23286b4c7bd
13-
dockerImageTag: 1.1.1
13+
dockerImageTag: 1.1.2
1414
dockerRepository: airbyte/source-slack
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/slack
1616
githubIssueLabel: source-slack

airbyte-integrations/connectors/source-slack/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.1.1"
6+
version = "1.1.2"
77
name = "source-slack"
88
description = "Source implementation for Slack."
99
authors = [ "Airbyte <[email protected]>",]

airbyte-integrations/connectors/source-slack/source_slack/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ definitions:
219219
cursor_datetime_formats:
220220
- "%s"
221221
step: P100D
222-
cursor_granularity: P10D
222+
cursor_granularity: PT1S
223223
lookback_window: "P{{ config.get('lookback_window', 0) }}D"
224224
datetime_format: "%s"
225225
start_datetime:

docs/integrations/sources/slack.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ Slack has [rate limit restrictions](https://api.slack.com/docs/rate-limits).
167167
## Changelog
168168

169169
| Version | Date | Pull Request | Subject |
170-
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------------------------------------- |
170+
|:--------| :--------- | :------------------------------------------------------- | :----------------------------------------------------------------------------------- |
171+
| 1.1.2 | 2024-05-23 | [38619](https://github.com/airbytehq/airbyte/pull/38619) | Fix cursor granularity for the `channel_messages` stream |
171172
| 1.1.1 | 2024-05-02 | [36661](https://github.com/airbytehq/airbyte/pull/36661) | Schema descriptions |
172173
| 1.1.0 | 2024-04-18 | [37332](https://github.com/airbytehq/airbyte/pull/37332) | Add the capability to sync from private channels |
173174
| 1.0.0 | 2024-04-02 | [35477](https://github.com/airbytehq/airbyte/pull/35477) | Migration to low-code CDK |

0 commit comments

Comments
 (0)