Results 53 issues of Christopher DeCarolis

Removal of solid/pipeline stuff for dagstermill

Title. Old toys are on old APIs, not surfaced anywhere.

Codemod: https://github.com/dpeng817/codemods/blob/main/src/codemods/codemod_solid.py Potentially painful bits mostly revolve around dbt solids; I just removed them.

Until https://github.com/dagster-io/dagster/pull/9280 lands, we have been writing selection tags as `solid_selection` instead of `op_selection`. We want to be able to filter runs s.t. when searching for the op_selection tag, historic...

We are supplying invalid default config [here](https://github.com/dagster-io/dagster/blob/d609b9695ab989b59fb748603e5833ceaf73ab55/python_modules/libraries/dagster-dask/dagster_dask/executor.py#L247) within the dask executor. We need to change this to config valid with the composite in_process/multiprocess executor, and put the stable core APIs...

bug
graph-job-op

### Summary & Motivation ### How I Tested These Changes

### Summary & Motivation ### How I Tested These Changes

### Summary & Motivation Consolidates the logic used to open resource-based context managers for direct invocation of dagster definitions. Also fixes https://github.com/dagster-io/dagster/issues/9362 ### How I Tested These Changes Existing unit...

https://docs.dagster.io/concepts/dagit/graphql#graphql-api - the actual provided mutations have been updated, but not the screenshots

documentation
docs:quick-fix

Couldn't find references to this in the docs, and users can get themselves into tricky situations if they screw this up.

documentation