Skip to content

Basic normalization with Destinations V2? #35840

Discussion options

You must be logged in to vote

Destination V2 will create the final table but won't normalize nested objects. It becomes your responsibility to handle the transformation of complex objects using dbt or downstream processes. The cost of maintaining the normalization module to generate dbt transformations for any schema was too high. Additionally, the models usually weren't performant, and users had to manually edit them.

If you are using Airbyte Cloud you can trigger Dbt Cloud jobs to run after your sync is finished, for open-sources users you need to handle that process with an external orchestrator/scheduler.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by marcosmarxm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment