-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Java CDK updates for mysql #36929
Java CDK updates for mysql #36929
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
78357f2
to
aff3a24
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. |
2caaff2
to
15fc3ef
Compare
08d0fc9
to
01f7542
Compare
a8edb04
to
0f59b6c
Compare
.../airbyte/cdk/integrations/standardtest/destination/typing_deduping/JdbcTypingDedupingTest.kt
Outdated
Show resolved
Hide resolved
.../airbyte/cdk/integrations/standardtest/destination/typing_deduping/JdbcTypingDedupingTest.kt
Outdated
Show resolved
Hide resolved
b60791b
to
7c96e3d
Compare
made a few minor changes to handle mysql's spec using |
... and fixed SpecModifyingDestination to correctly proxy the |
fc589c6
to
848fd70
Compare
79f894a
to
ce3a6d0
Compare
/publish-java-cdk
|
ported from #34608 to kotlin.
ConfigBuilder.build()
now declares ObjectNode as its return type for convenience_airbyte_destination_state.updated_at
(mysql doesn't have a timestamp_with_timezone type)namespace
into thedatabase
argument).equals(..., ignoreCase=true)
formatTimestampLiteral
methodSql
object with multiple statementsrenameTable
andcreateV2RawTableFromV1Table
(once again, to support mysql quirks)open
stuff, makedatabaseName
nullabledslContext
protected instead of privateconvertStreamName
on the raw table namespace (this is to match the JdbcSqlGenerator behavior, so that tests can correctly find the raw table)