-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Destination redshift: remove standard inserts #38886
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
Conversation
|
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. |
0f21678 to
f871777
Compare
evantahler
left a comment
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.
This will be a breaking change - don't forget that metadata update
f871777 to
4fddc2c
Compare
4fddc2c to
21f196b
Compare
airbyte-integrations/connectors/destination-redshift/metadata.yaml
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-redshift/metadata.yaml
Outdated
Show resolved
Hide resolved
de741dc to
3882716
Compare
airbyte-integrations/connectors/destination-redshift/build.gradle
Outdated
Show resolved
Hide resolved
| @Execution(ExecutionMode.SAME_THREAD) | ||
| @Disabled | ||
| public class RedshiftS3StagingInsertDestinationAcceptanceTest extends RedshiftDestinationAcceptanceTest { | ||
| public class RedshiftS3StagingInsertDestinationAcceptanceTest extends JdbcDestinationAcceptanceTest { |
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 does a disabled test has large diff, rename of some other file ?
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.
collapsing the class hierarchy - there used to be base test + standard insert test + s3 test, now there's just the s3 test
gisripa
left a comment
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.
lgtm
3882716 to
a31cc6c
Compare
a31cc6c to
3b48c99
Compare
3b48c99 to
ae12995
Compare
ae12995 to
ff5f8a5
Compare
ff5f8a5 to
0be1c21
Compare
0be1c21 to
007829b
Compare
007829b to
a6564b8
Compare
a6564b8 to
e4e8169
Compare
|
Hello @edgao , Airbyte Cloud user here, May I ask in the roadmap where this has been determined? Thanks 🙏 |
|
Issue consequent to this risen here: #41031 |
|
sorry, I missed your comment earlier - this was mostly an internal decision, hence us setting a somewhat longer upgrade timeline. Standard inserts usage is unfortunately too low to justify the amount of engineering and support time it takes, and we decided that rather than try to build newer features on both code paths, it made more sense to just stop supporting the inserts mode |
|
This was a terrible idea. You removed standard inserts without introducing the option to use |


closes https://github.com/airbytehq/airbyte-internal-issues/issues/7759