Skip to content

Commit

Permalink
✨ Source Slack: Fix cursor granularity for the channel_messages str…
Browse files Browse the repository at this point in the history
…eam (#38619)
  • Loading branch information
tolik0 committed May 24, 2024
1 parent 828a637 commit 25e0d84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-slack/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: c2281cee-86f9-4a86-bb48-d23286b4c7bd
dockerImageTag: 1.1.1
dockerImageTag: 1.1.2
dockerRepository: airbyte/source-slack
documentationUrl: https://docs.airbyte.com/integrations/sources/slack
githubIssueLabel: source-slack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "1.1.1"
version = "1.1.2"
name = "source-slack"
description = "Source implementation for Slack."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ definitions:
cursor_datetime_formats:
- "%s"
step: P100D
cursor_granularity: P10D
cursor_granularity: PT1S
lookback_window: "P{{ config.get('lookback_window', 0) }}D"
datetime_format: "%s"
start_datetime:
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ Slack has [rate limit restrictions](https://api.slack.com/docs/rate-limits).
## Changelog

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

0 comments on commit 25e0d84

Please sign in to comment.