benyuel
07/09/2020, 8:29 PMalex
07/09/2020, 8:31 PMbenyuel
07/09/2020, 8:34 PMemr_step_launcher
resource assumes you have a cluster id already so solid a would orchestrate creating that clusteralex
07/09/2020, 8:36 PM@resource
that returns the EmrPySparkStepLauncher
that does what you describe@resource
functions that can yield
their resource and then will execute the code after the yield during pipeline shutdown, allowing you to teardown your clusterbenyuel
07/09/2020, 8:39 PMalex
07/09/2020, 8:39 PMin_process
executorbenyuel
07/09/2020, 8:40 PMalex
07/09/2020, 8:41 PMbenyuel
07/09/2020, 8:42 PMalex
07/09/2020, 8:42 PMbenyuel
07/09/2020, 8:45 PMwhich executor are you using?not sure I follow, still new to dagster
alex
07/09/2020, 8:46 PMExecutor
decides how to federate out each step, it controlled by the execution
key in your run config yaml / dictbenyuel
07/09/2020, 8:49 PMalex
07/09/2020, 8:50 PMEngineEvent
s report the namebenyuel
07/09/2020, 8:53 PMin_process
executor that a resource is only instantiated once even if multiple solids require the same resource?alex
07/10/2020, 2:57 PM