Skip to content
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

Merged
merged 9 commits into from
Dec 17, 2024

Conversation

jdpgrailsdev
Copy link
Contributor

What

  • Adds skeleton connector project for destination-mssql-v2

How

  • Add project structure
  • Add documentation placeholder
  • Update project to honor Kotlin-based Gradle build script

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@jdpgrailsdev jdpgrailsdev requested a review from a team as a code owner December 13, 2024 14:22
Copy link

vercel bot commented Dec 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 3:58pm

Copy link
Contributor

@edgao edgao left a 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 :shipit:

docs/integrations/destinations/mssql-v2.md Show resolved Hide resolved

configurations.configureEach {
// Exclude additional SLF4J providers from all classpaths
exclude(mapOf("group" to "org.slf4j", "module" to "slf4j-reload4j"))
Copy link
Contributor

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)

Copy link
Contributor Author

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.

@jdpgrailsdev
Copy link
Contributor Author

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)

@jdpgrailsdev
Copy link
Contributor Author

#49835 should address the last failure in this PR

@jdpgrailsdev jdpgrailsdev merged commit 4dc13b3 into master Dec 17, 2024
35 checks passed
@jdpgrailsdev jdpgrailsdev deleted the jonathan/destination-mssql-v2-skeleton branch December 17, 2024 16:13
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/mssql-v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants