Skip to content

Packaging code for Dask execution #3156

Answered by alangenfeld
ahoneycutt asked this question in Q&A
Discussion options

You must be logged in to vote

Our current Dask integration is pretty basic - and operates under the assumption that the dask workers have access to the same dagster definitions as the process that is executing the pipeline run.

Is my above understanding correct?
This would also mean that we would need dagster and dagster-dask installed on the target Dask worker.

Yes, also the pipeline and solid code need to be available.

Is there a way to package the code without the need of packaging the solid itself?
Are there any examples of how to transmit code to Dask workers that doesn't include creating a package?

The model we use in our kubernetes deployment is to use the same docker image for both the "workers" and the bo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ahoneycutt
Comment options

Answer selected by ahoneycutt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants