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

Update CDK for Raw Only Dv2 destinations #36047

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

jbfbell
Copy link
Contributor

@jbfbell jbfbell commented Mar 14, 2024

Updates the CDK to facilitate Destinations which will only have raw tables and not the final table.

Copy link

vercel bot commented Mar 14, 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 Apr 9, 2024 10:03pm

Copy link
Contributor Author

jbfbell commented Mar 14, 2024

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

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

@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label Mar 14, 2024
This was referenced Mar 14, 2024
@jbfbell jbfbell force-pushed the jbfbell/cdk_prep_for_remove_norm branch from a895b20 to 9d9103e Compare March 16, 2024 02:47
@jbfbell jbfbell force-pushed the jbfbell/cdk_prep_for_remove_norm branch from 9d9103e to a2c7b0e Compare April 5, 2024 22:14
@jbfbell jbfbell changed the title version Update CDK for Raw Only Dv2 destinations Apr 5, 2024
@jbfbell jbfbell force-pushed the jbfbell/cdk_prep_for_remove_norm branch from a2c7b0e to 312d2ad Compare April 5, 2024 22:21
@jbfbell jbfbell marked this pull request as ready for review April 5, 2024 22:44
@jbfbell jbfbell requested review from a team as code owners April 5, 2024 22:44
import java.util.*
import org.apache.commons.lang3.StringUtils

fun upperQuoted(column: String): String {
Copy link
Contributor

@stephane-airbyte stephane-airbyte Apr 6, 2024

Choose a reason for hiding this comment

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

Why is this outside of the object, and not used in the object (or anywhere in this pr)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's used in the stacked PR on top - it could probably be moved to another package if that makes more sense.

I thought keeping static methods outside of an object was the Kotlin way - do we prefer a different approach

@jbfbell jbfbell force-pushed the jbfbell/cdk_prep_for_remove_norm branch from 312d2ad to 645c8e0 Compare April 8, 2024 23:28
@jbfbell jbfbell force-pushed the jbfbell/cdk_prep_for_remove_norm branch from 645c8e0 to 332c782 Compare April 9, 2024 22:03
@jbfbell jbfbell merged commit ba3bdb1 into master Apr 10, 2024
27 checks passed
@jbfbell jbfbell deleted the jbfbell/cdk_prep_for_remove_norm branch April 10, 2024 04:37
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.

4 participants