-
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
chore: Skeleton project for destination MSSQL V2 #49460
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
one comment about the docs url, plus a nonblocking comment about the logging dep exclude. Otherwise
|
||
configurations.configureEach { | ||
// Exclude additional SLF4J providers from all classpaths | ||
exclude(mapOf("group" to "org.slf4j", "module" to "slf4j-reload4j")) |
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.
nonblocking, did we ever find where this dep is coming from? and/or we could add this exclude to the plugin (airbyte-bulk-connector.gradle
)
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.
@edgao I would have to check. It may not be an issue in this destination (copy pasta here). If I recall correctly, it may have been one of the hadoop dependencies that we got via Iceberg and maybe even via the CDK because of parquet.
This is now good to merge. The airbyte-ci build is failing because we have not yet implemented some of the required interfaces (configuration, etc) |
#49835 should address the last failure in this PR |
What
How
Can this PR be safely reverted and rolled back?