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

[dagster-databricks] Fix Cluster Drive Log Root Error when no extras provided for pipe #26592

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GBBBAS
Copy link

@GBBBAS GBBBAS commented Dec 19, 2024

Summary & Motivation

Addresses bug #26434 where an error is thrown for any Databricks Pipes where extras have not been provided for the pipe.

Update checks if extras is available in params first to prevent the bug from being thrown

How I Tested These Changes

Changelog

Insert changelog entry or delete this section.

Copy link
Contributor

@jamiedemaria jamiedemaria left a comment

Choose a reason for hiding this comment

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

seems reasonable to me. Just want to get @danielgafni 's sign off in case there is an underlying issue here where extras isn't getting set when we expect it to be set

@jamiedemaria
Copy link
Contributor

In the meantime, @GBBBAS can you run make ruff and push the changes? That will get CI passing

Copy link
Contributor

@danielgafni danielgafni left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Contributor

@jamiedemaria jamiedemaria left a comment

Choose a reason for hiding this comment

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

Requesting changes to rerun make ruff so that this doesn't get accidentally merged until then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running default Dagster Databricks Pipes yield a Engine Event Error
3 participants