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

Allows any duckdb version, fixes databricks az credentials #1854

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

rudolfix
Copy link
Collaborator

Description

fixes #1853
fixes #1828
fixes #1839

Copy link

netlify bot commented Sep 21, 2024

Deploy Preview for dlt-hub-docs canceled.

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

@rudolfix rudolfix force-pushed the fix/1828-1853-fixes-duckdb-databricks branch from 2a2efbc to f2b4793 Compare September 22, 2024 13:32
@rudolfix rudolfix marked this pull request as ready for review September 22, 2024 13:32
@@ -41,3 +45,13 @@ def verify_normalized_table(
f"`{table['table_format']}` for table `{table['name']}`. "
"The setting will probably be ignored."
)

parent_key = get_first_column_name_with_prop(table, "parent_key")
if parent_key and not is_nested_table(table):
Copy link
Collaborator

Choose a reason for hiding this comment

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

we could consider cleaning up these kind of problems automatically, no?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

IMO in 90% this is user trying their own table structure...

@rudolfix rudolfix merged commit db4f445 into devel Sep 24, 2024
61 checks passed
@rudolfix rudolfix deleted the fix/1828-1853-fixes-duckdb-databricks branch September 24, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants