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

migrates complex data type and nested reference hints #1792

Merged
merged 11 commits into from
Sep 10, 2024

Conversation

rudolfix
Copy link
Collaborator

@rudolfix rudolfix commented Sep 9, 2024

Description

fixes #1673
does breaking changes in #1713

also

  • removes generate_dlt_id from json relational normalizer config
  • deprecates skip_complex_types Pydantic config, asks for skip_nested_types

@rudolfix rudolfix added the sprint Marks group of tasks with core team focus at this moment label Sep 9, 2024
@rudolfix rudolfix self-assigned this Sep 9, 2024
Copy link

netlify bot commented Sep 9, 2024

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit 8f0bb22
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/66e0a20a15899a0008d52cfa

@rudolfix rudolfix marked this pull request as ready for review September 10, 2024 19:38
@rudolfix rudolfix force-pushed the feat/1673-1713-migrates-complex-and-hints-schema branch from 249725a to 8f0bb22 Compare September 10, 2024 19:46
@rudolfix rudolfix merged commit a6857c9 into devel Sep 10, 2024
55 of 56 checks passed
@rudolfix rudolfix deleted the feat/1673-1713-migrates-complex-and-hints-schema branch September 10, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sprint Marks group of tasks with core team focus at this moment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Rename "complex" data type to "json"
1 participant