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

Running default Dagster Databricks Pipes yield a Engine Event Error #26434

Open
srggrs opened this issue Dec 12, 2024 · 0 comments
Open

Running default Dagster Databricks Pipes yield a Engine Event Error #26434

srggrs opened this issue Dec 12, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@srggrs
Copy link
Contributor

srggrs commented Dec 12, 2024

What's the issue?

Running the example as provided in the documentation will yield an error in the execution that does not prevent the asset to be running but it is unclear if the logs are passed back to dagster or not or if it fails to do some message passing task.

What did you expect to happen?

No error at all

How to reproduce?

Run the Databricks Dagster Pipes examples as reported in the online documentation

Dagster version

1.9.0

Deployment type

Local

Deployment details

Run using python=3.10
and
dagster-databricks==0.25.0
dagster-dbt==0.25.0

Additional information

Stacktrace of the error

[pipes] framework exception occurred in PipesDbfsMessageReader logs thread
KeyError: 'extras'

Stack Trace:
  File "/<path to py env>/lib/python3.10/site-packages/dagster/_core/pipes/utils.py", line 463, in _logs_thread
    if unstarted_log_readers[key].target_is_readable(params):
,  File "/<path to py env>/lib/python3.10/site-packages/dagster_databricks/pipes.py", line 428, in target_is_readable
    return self._get_log_path(params) is not None
,  File "/<path to py env>/lib/python3.10/site-packages/dagster_databricks/pipes.py", line 457, in _get_log_path
    cluster_driver_log_root = params["extras"].get("cluster_driver_log_root")

image

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
By submitting this issue, you agree to follow Dagster's Code of Conduct.

@srggrs srggrs added the type: bug Something isn't working label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant