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

CDK changes for destination-databricks #38095

Merged
merged 1 commit into from
May 10, 2024

Conversation

gisripa
Copy link
Contributor

@gisripa gisripa commented May 9, 2024

Review guide

  • Add jackson-module-kotlin for deser idiomatic kotlin objects
  • open v1v2Migration tests to skip it where it isn't relevant.
  • fallback to localdatetime in recordDiffer parsing for timestamptz

User Impact

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented May 9, 2024

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview May 10, 2024 5:35pm

@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label May 9, 2024
Copy link
Contributor Author

gisripa commented May 9, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @gisripa and the rest of your teammates on Graphite Graphite

@gisripa gisripa changed the title gireesh/cdk-dbricks CDK changes for destination-databricks May 9, 2024
@gisripa gisripa marked this pull request as ready for review May 9, 2024 19:35
@gisripa gisripa requested review from a team as code owners May 9, 2024 19:35
@gisripa gisripa force-pushed the gireesh/05-09-gireesh/cdk-dbricks branch from 41160c4 to 189d2a6 Compare May 9, 2024 19:36
@@ -440,7 +441,16 @@ constructor(
Instant.ofEpochMilli(Long.MIN_VALUE)
} else {
try {
Instant.parse(node.asText())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a massive fan. Any reason DatabricksDestination can't override this class?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too much plumbing into BaseTypingDedupingTest and lot of copy-paste

@gisripa gisripa force-pushed the gireesh/05-09-gireesh/cdk-dbricks branch 3 times, most recently from 0b2620d to 90a8953 Compare May 9, 2024 23:45
@gisripa gisripa force-pushed the gireesh/05-09-gireesh/cdk-dbricks branch from 90a8953 to ffd9ee6 Compare May 10, 2024 17:35
@gisripa gisripa enabled auto-merge (squash) May 10, 2024 17:39
@gisripa gisripa merged commit 1685e4c into master May 10, 2024
26 checks passed
@gisripa gisripa deleted the gireesh/05-09-gireesh/cdk-dbricks branch May 10, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants