-
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
Update CDK for Raw Only Dv2 destinations #36047
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
a895b20
to
9d9103e
Compare
9d9103e
to
a2c7b0e
Compare
a2c7b0e
to
312d2ad
Compare
import java.util.* | ||
import org.apache.commons.lang3.StringUtils | ||
|
||
fun upperQuoted(column: String): String { |
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.
Why is this outside of the object, and not used in the object (or anywhere in this pr)?
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.
It's used in the stacked PR on top - it could probably be moved to another package if that makes more sense.
I thought keeping static methods outside of an object was the Kotlin way - do we prefer a different approach
...n/io/airbyte/cdk/integrations/destination/jdbc/typing_deduping/NoOpJdbcDestinationHandler.kt
Show resolved
Hide resolved
312d2ad
to
645c8e0
Compare
645c8e0
to
332c782
Compare
Updates the CDK to facilitate Destinations which will only have raw tables and not the final table.