Skip to content

How are composite solids executed? #3095

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

You must be logged in to vote

will that be executed as one single solid on k8s-celery or it's just a way to make complex solids to make more user-friendly?

Just a way to make complex DAG structures more user friendly. When the "pipeline" graph of solids and composite solids is compiled in to an ExecutionPlan all of the composition melts away and you end up with a flat graph of ExecutionSteps that correspond with the Solids which may have been wrapped in composites.

What about k8s configurations, if I tag the composite solid and the inner ones with different k8s resource tags for example, which one will be passed to the actual execution?

I believe it should be what ever ended up on the solid invocation. Tags on the…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by szalai1
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