Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darynaishchenko committed Apr 12, 2024
1 parent e3ee23b commit ca452f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions airbyte-integrations/connectors/source-slack/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ data:
breakingChanges:
1.0.0:
message:
The source slack connector is being migrated from the Python CDK to our declarative low-code CDK.
The source Slack connector is being migrated from the Python CDK to our declarative low-code CDK.
Due to changes in the handling of state format for incremental substreams, this migration constitutes a breaking change for the channel_messages stream.
Users will need to retest source configuration, refresh the source schema and reset the channel_messages stream after upgrading.
For more information, see our migration documentation for Source Slack.
Users will need to reset source configuration, refresh the source schema and reset the channel_messages stream after upgrading.
For more information, see our migration documentation for source Slack.
upgradeDeadline: "2024-04-29"
scopedImpact:
- scopeType: stream
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/slack-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Upgrading to 1.0.0

We're continuously striving to enhance the quality and reliability of our connectors at Airbyte.
As part of our commitment to delivering exceptional service, we are transitioning source slack from the
As part of our commitment to delivering exceptional service, we are transitioning source Slack from the
Python Connector Development Kit (CDK) to our innovative low-code framework.
This is part of a strategic move to streamline many processes across connectors, bolstering maintainability and
freeing us to focus more of our efforts on improving the performance and features of our evolving platform and growing catalog.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Slack has [rate limit restrictions](https://api.slack.com/docs/rate-limits).

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------------|
| 1.0.0 | 2024-04-02 | [35477](https://github.com/airbytehq/airbyte/pull/35477) | Migration to low code |
| 1.0.0 | 2024-04-02 | [35477](https://github.com/airbytehq/airbyte/pull/35477) | Migration to low code CDK |
| 0.4.1 | 2024-03-27 | [36579](https://github.com/airbytehq/airbyte/pull/36579) | Upgrade airbyte-cdk version to emit record counts as floats |
| 0.4.0 | 2024-03-19 | [36267](https://github.com/airbytehq/airbyte/pull/36267) | Pin airbyte-cdk version to `^0` |
| 0.3.9 | 2024-02-12 | [35157](https://github.com/airbytehq/airbyte/pull/35157) | Manage dependencies with Poetry. |
Expand Down

0 comments on commit ca452f4

Please sign in to comment.