- Notifications
You must be signed in to change notification settings - Fork 4.9k
GA release 4.0.0 #35873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GA release 4.0.0 #35873
Conversation
| The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| 4.0.0: | ||
| message: "Beta release of certified source mssql connector." | ||
| upgradeDeadline: "2024-04-07" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should call it a beta release if it is going to everyone. Isn't this a regular release, but folks have some time to opt-into using it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, it's GA really.
docs/integrations/sources/mssql.md Outdated
| | ||
| | Version | Date | Pull Request | Subject | | ||
| |:--------|:-----------|:------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| | 4.0.0 | 2024-03-06 | [35873](https://github.com/airbytehq/airbyte/pull/35873) | Beta release. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please be more specific here, listing new features and why it is a breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed mentions of Beta and added details.
| supportLevel: community | ||
| tags: | ||
| - language:java | ||
| - language:python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not python!
| releases: | ||
| breakingChanges: | ||
| 4.0.0: | ||
| message: "Certified source mssql connector." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you say certified here, then you need to change line 25 too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might want to write something along the lines of
"We have overhauled our MSSQL source connector and it is now supported by the Airbyte team! To benefit from new features, including terabyte-sized table support, reliability improvements, expanded datetime data types, and various bug fixes, please opt in to the 4.0.0 version."
| enabled: true | ||
| releaseStage: alpha | ||
| releaseStage: generally_available | ||
| supportLevel: community |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is very confusing that we are highlighting it as "certified' but keeping it community
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @katmarkham . I understand that
But we're on our way to certified.
If GA works well and no major issues found we will officially certify it.
| breakingChanges: | ||
| 4.0.0: | ||
| message: "Certified source mssql connector." | ||
| upgradeDeadline: "2024-04-07" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we be using scopedImpact? https://docs.airbyte.com/connector-development/connector-metadata-file/#scopedimpact
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think scopedImpact is applicable here.
There's no stream name that is breaking
docs/integrations/sources/mssql.md Outdated
| # Microsoft SQL Server (MSSQL) | ||
| Airbyte's certified MySQL connector offers the following features: | ||
| * Multiple methods of keeping your data fresh, including [Change Data Capture (CDC)](https://docs.airbyte.com/understanding-airbyte/cdc) using the [binlog](https://dev.mysql.com/doc/refman/8.0/en/binary-log.html). | ||
| * All available [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes), providing flexibility in how data is delivered to your destination. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's be specific here about sync mode types
docs/integrations/sources/mssql.md Outdated
| #### 3. Your database user should now be ready for use with Airbyte! | ||
| | ||
| #### Airbyte Cloud | ||
| On Airbyte Cloud, only secured connections to your MSSQL instance are supported in source configuration, Either by configuring you connection usign one of the supported SSL Methods or by using an SSH Tunnel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling errors
On Airbyte Cloud, only secured connections to your MSSQL instance are supported in source configuration. You may either configure your connection using one of the supported SSL Methods or by using an SSH Tunnel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
docs/integrations/sources/mssql.md Outdated
| ## Change Data Capture \(CDC\) | ||
| | ||
| We use [SQL Server's change data capture feature](https://docs.microsoft.com/en-us/sql/relational-databases/track-changes/about-change-data-capture-sql-server?view=sql-server-2017) to capture row-level `INSERT`, `UPDATE` and `DELETE` operations that occur on cdc-enabled tables. | ||
| We use [SQL Server's change data capture feature](https://docs.microsoft.com/en-us/sql/relational-databases/track-changes/about-change-data-capture-sql-server?view=sql-server-2017) with transaction logs to capture row-level `INSERT`, `UPDATE` and `DELETE` operations that occur on cdc-enabled tables. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
capitalize CDC
docs/integrations/sources/mssql.md Outdated
| | ||
| - Make sure to read our [CDC docs](../../understanding-airbyte/cdc.md) to see limitations that impact all databases using CDC replication. | ||
| - There are some critical issues regarding certain datatypes. Please find detailed info in [this Github issue](https://github.com/airbytehq/airbyte/issues/4542). | ||
| - `hierarchyid` and `sql_variant` types are not processed in CDC migration type (not supported by debezium). For more details please check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debezium
docs/integrations/sources/mssql.md Outdated
| | ||
| | Version | Date | Pull Request | Subject | | ||
| |:--------|:-----------|:------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| | 4.0.0 | 2024-03-06 | [35873](https://github.com/airbytehq/airbyte/pull/35873) | Terabyte sized tables support, reliability improvements, bug fixes. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Terabyte-sized tables support, reliability improvements, bug fixes.
| releases: | ||
| breakingChanges: | ||
| 4.0.0: | ||
| message: "Certified source mssql connector." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might want to write something along the lines of
"We have overhauled our MSSQL source connector and it is now supported by the Airbyte team! To benefit from new features, including terabyte-sized table support, reliability improvements, expanded datetime data types, and various bug fixes, please opt in to the 4.0.0 version."
| # Microsoft SQL Server (MSSQL) Migration Guide | ||
| | ||
| ## Upgrading to 4.0.0 | ||
| Source MSSQL provides Incremental sync that can read unlimited sized table and can resume if initial read has failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Source MSSQL provides incremental sync that can read unlimited sized tables and can resume if the initial read has failed.
Upgrading from previous versions will be seamless and does not require any intervention.
docs/integrations/sources/mssql.md Outdated
| @@ -1,4 +1,9 @@ | |||
| # Microsoft SQL Server (MSSQL) | |||
| Airbyte's certified MySQL connector offers the following features: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Airbyte's certified MSSQL connector offers the following features:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😳
Release source-mssql 4.0.0 as a breaking change letting user opt-in