-
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
[source-mysqlv2] A new mysqlv2 #44606
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 1 Skipped Deployment
|
airbyte-integrations/connectors/source-mysql-v2/src/main/resources/META-INF/LICENSE
Outdated
Show resolved
Hide resolved
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.
Great work! This is a solid starting point.
Please change the definitionId
ASAP. If it weren't for that I would have approved.
Otherwise I just have a bunch of small comments, most of them informative and not intended to be actionable for this PR.
airbyte-integrations/connectors/source-mysql-v2/src/main/resources/application.yml
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-mysql-v2/src/main/resources/application.yml
Outdated
Show resolved
Hide resolved
...ource-mysql-v2/src/test/kotlin/io/airbyte/integrations/source/mysql/MysqlContainerFactory.kt
Outdated
Show resolved
Hide resolved
checkpointTargetIntervalSeconds = 60 | ||
concurrency = 1 | ||
} | ||
} |
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.
FYI in case it wasn't obvious, in due time we can port over most of the functionality from the MySqlTestContainer from the legacy CDK in here.
...2/src/test/kotlin/io/airbyte/integrations/source/mysql/MysqlSourceDatatypeIntegrationTest.kt
Outdated
Show resolved
Hide resolved
.../src/test/kotlin/io/airbyte/integrations/source/mysql/MysqlSourceSelectQueryGeneratorTest.kt
Outdated
Show resolved
Hide resolved
...ource-mysql-v2/src/main/kotlin/io/airbyte/integrations/source/mysql/MysqlSourceOperations.kt
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-mysql-v2/src/test/resources/expected-spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-mysql-v2/src/test/test/resources/expected-spec.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Marius Posta <[email protected]>
Co-authored-by: Marius Posta <[email protected]>
What
Foundation work for mysqlv2.
It should support discover and check on non CDC mode.
Test passed.
How
Review guide
User Impact
Can this PR be safely reverted and rolled back?