-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Destination Redshift: Adapting to Kotlin CDK #36589
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3c26ac1
to
2f6585a
Compare
f170a99
to
3e92440
Compare
2f6585a
to
c44486f
Compare
3e92440
to
166c5ce
Compare
c44486f
to
5610dfe
Compare
166c5ce
to
a512eeb
Compare
5610dfe
to
183757d
Compare
a512eeb
to
b15c970
Compare
183757d
to
d396108
Compare
addf486
to
6af8879
Compare
d396108
to
d0a2dab
Compare
6af8879
to
f655c96
Compare
d0a2dab
to
45628cf
Compare
f655c96
to
61749c1
Compare
45628cf
to
73e12a1
Compare
61749c1
to
eac3359
Compare
73e12a1
to
224bcb8
Compare
eac3359
to
d5c1b27
Compare
224bcb8
to
7466653
Compare
9cb56bc
to
11be859
Compare
This was referenced Mar 28, 2024
08d1dcd
to
9370fc8
Compare
11be859
to
0cae061
Compare
...src/main/java/io/airbyte/integrations/destination/redshift/RedshiftStagingS3Destination.java
Outdated
Show resolved
Hide resolved
stephane-airbyte
suggested changes
Mar 28, 2024
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.
don't reference the companion object. Instead, mark the CDK functions @JvmStatic
9370fc8
to
cd4a7c2
Compare
0cae061
to
8780e0a
Compare
cd4a7c2
to
f302124
Compare
a53a677
to
24a2264
Compare
stephane-airbyte
approved these changes
Mar 29, 2024
5162f32
to
7aaead0
Compare
7aaead0
to
37a7ba0
Compare
37a7ba0
to
0f78d7a
Compare
0f78d7a
to
e8ee33d
Compare
nurikk
pushed a commit
to nurikk/airbyte
that referenced
this pull request
Apr 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/connectors
Connector related issues
area/documentation
Improvements or additions to documentation
connectors/destination/redshift
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR
Use kotlin converted CDK in destination-redshift