-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
BLOCKED: Bumps MySQL strict encrypt variant to match non-strict-encrypt #20111
Conversation
Affected Connector ReportNOTE
|
Connector | Version | Changelog | Publish |
---|
- See "Actionable Items" below for how to resolve warnings and errors.
❌ Destinations (2)
Connector | Version | Changelog | Publish |
---|---|---|---|
destination-mysql |
0.1.21 |
✅ | ❌ (diff seed version) |
destination-mysql-strict-encrypt |
0.1.21 |
✅ | ⚠ (not in seed) |
- See "Actionable Items" below for how to resolve warnings and errors.
👀 Other Modules (1)
- base-normalization
Actionable Items
(click to expand)
Category | Status | Actionable Item |
---|---|---|
Version | ❌ mismatch |
The version of the connector is different from its normal variant. Please bump the version of the connector. |
⚠ doc not found |
The connector does not seem to have a documentation file. This can be normal (e.g. basic connector like source-jdbc is not published or documented). Please double-check to make sure that it is not a bug. |
|
Changelog | ⚠ doc not found |
The connector does not seem to have a documentation file. This can be normal (e.g. basic connector like source-jdbc is not published or documented). Please double-check to make sure that it is not a bug. |
❌ changelog missing |
There is no chnagelog for the current version of the connector. If you are the author of the current version, please add a changelog. | |
Publish | ⚠ not in seed |
The connector is not in the seed file (e.g. source_definitions.yaml ), so its publication status cannot be checked. This can be normal (e.g. some connectors are cloud-specific, and only listed in the cloud seed file). Please double-check to make sure that it is not a bug. |
❌ diff seed version |
The connector exists in the seed file, but the latest version is not listed there. This usually means that the latest version is not published. Please use the /publish command to publish the latest version. |
/test connector=connectors/destination-mysql-strict-encyrpt
Build FailedTest summary info:
|
/test connector=connectors/destination-mysql
Build FailedTest summary info:
|
so what should happen is that once you The |
/publish connector=connectors/destination-mysql-strict-encrypt run-tests=false auto-bump-version=false
if you have connectors that successfully published but failed definition generation, follow step 4 here |
Just realized that Context: #15668 (comment) indicating that the publishing process failed EDIT: waiting on the integration tests for |
these test failures look actually problematic: |
cc @andriikorotkov, who saw this issue as well in #19993. @andriikorotkov - can you share if you've learned yet why this happens? If not, we should let the Database team work on this and we can focus on the platform work. |
BLOCKED
Currently blocked on
destination-mysql
integration tests failing on normalization with respect to numbers (values with decimal points). Shifting this work to OC engineer to further delve intoWhat
Bumps
destination-mysql-strict-encrypt
to matchdestination-mysql
. Was initially missing as part of the changes to wrap connector logs using log4jSlack thread explaining the reason for this change
How
Bumps Dockerfile to match
destination-mysql
Recommended reading order
Dockerfile
mysql.md
🚨 User Impact 🚨
Are there any breaking changes? What is the end result perceived by the user? If yes, please merge this PR with the 🚨🚨 emoji so changelog authors can further highlight this if needed.
No user impact, this will have connector versions in sync
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changesTests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.