Skip to content
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

Source MySQL: Tagging MySQL variants as GA in metadata. Prep for Airbyte Certified/Bronze release #30558

Merged
merged 7 commits into from
Sep 19, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
icon: mysql.svg
license: ELv2
name: MySQL
releaseStage: beta
releaseStage: generally_available
documentationUrl: https://docs.airbyte.com/integrations/sources/mysql
tags:
- language:java
Expand Down
6 changes: 3 additions & 3 deletions airbyte-integrations/connectors/source-mysql/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
data:
ab_internal:
ql: 300
sl: 100
sl: 300
allowedHosts:
hosts:
- ${host}
Expand All @@ -22,13 +22,13 @@ data:
enabled: true
oss:
enabled: true
releaseStage: beta
releaseStage: generally_available
releases:
breakingChanges:
3.0.0:
message: Add default cursor for cdc
upgradeDeadline: "2023-08-17"
supportLevel: community
supportLevel: certified
tags:
- language:java
- language:python
Expand Down
Loading