-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Epic] Destination MySQL: DV2 #34609
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
Before Merging a Connector Pull RequestWow! What a great pull request you have here! 🎉 To merge this PR, ensure the following has been done/considered for each connector added or updated:
If the checklist is complete, but the CI check is failing,
|
830d930
to
9f800e6
Compare
f5c0f7a
to
7240116
Compare
9a43f6a
to
c57e51f
Compare
1a4960c
to
254e40b
Compare
0d9d9aa
to
a30c40a
Compare
a30c40a
to
42e44ae
Compare
42e44ae
to
768c9da
Compare
768c9da
to
70df4d0
Compare
70df4d0
to
fa1d379
Compare
fa1d379
to
ff3bd11
Compare
ff3bd11
to
38b5a37
Compare
cf4b99a
to
73867ec
Compare
38b5a37
to
bc474ce
Compare
bc474ce
to
c15b812
Compare
Hello @edgao, I have this week been attempted using the current MySQL Destination, but with MariaDB, and have been running into the "🐛 Destination MySQL: fix MariaDB compatibility #32906" issue. So I would be very interested in seeing that issue resolved with this DV2. I was a recent Redshift DV2 beta tester and I know MySQL DV2 is not yet ready/scheduled for beta testing, but when that day comes I would be definitely interested in eventually beta testing this MySQL DV2. |
c15b812
to
3b5d377
Compare
Known issues: (and their corresponding failing BaseSqlGeneratorIntegrationTest test case)
incrementalDedup
)weirdColumnNames
)testV1V2migration
)detectNoSchemaChange
)handlePreexistingRecords
)testCreateTableForce
)timestampFormats
)softReset
)mixedCaseTest
)_airbyte_extracted_at
as a varchar; normalization was creating atimestamp(6)
testCreateTableIncremental
is unimplementedWhat
Describe what the change is solving
It helps to add screenshots if it affects the frontend.
How
Describe the solution
Recommended reading order
x.java
y.python
🚨 User Impact 🚨
Are there any breaking changes? What is the end result perceived by the user?
For connector PRs, use this section to explain which type of semantic versioning bump occurs as a result of the changes. Refer to our Semantic Versioning for Connectors guidelines for more information. Breaking changes to connectors must be documented by an Airbyte engineer (PR author, or reviewer for community PRs) by using the Breaking Change Release Playbook.
If there are breaking changes, please merge this PR with the 🚨🚨 emoji so changelog authors can further highlight this if needed.
Pre-merge Actions
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.0.0.1
Dockerfile
has version0.0.1
README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog with an entry for the initial version. See changelog exampledocs/integrations/README.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
Updating a connector
Community member or Airbyter
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
Connector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:generateScaffolds
then checking in your changesUpdating the Python CDK
Airbyter
Before merging:
--use-local-cdk --name=source-<connector>
as optionsairbyte-ci connectors --use-local-cdk --name=source-<connector> test
After merging: