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

#2020 #2151 - fixes dbt 1.8.6 and arrow dict types #2175

Merged
merged 4 commits into from
Dec 23, 2024

Conversation

rudolfix
Copy link
Collaborator

Description

fixes #2151
fixes #2020

Copy link

netlify bot commented Dec 22, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit a0100ce
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/67686b5855c09a0008707931
😎 Deploy Preview https://deploy-preview-2175--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rudolfix rudolfix force-pushed the fix/2020-2151-fixes-dbt-arrow branch from 8609fe8 to a0100ce Compare December 22, 2024 19:41
Copy link
Collaborator

@jorritsandbrink jorritsandbrink left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -135,15 +128,10 @@ def run_dbt_command(
runner_args = (global_args or []) + [command] + args # type: ignore

with dbt.logger.log_manager.applicationbound():
try:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like with this change we're not supporting dbt<1.5 anymore. We could write a note in the docs that 1.5.2 (looking at test_runner_dbt_versions.py) is the minimum tested/supported version.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

right! the fact is we do not support <1.5 for a long time already...

@rudolfix rudolfix merged commit 5afa6ce into devel Dec 23, 2024
58 of 59 checks passed
@rudolfix rudolfix deleted the fix/2020-2151-fixes-dbt-arrow branch December 23, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants