Daniel Gafni

Results 73 issues of Daniel Gafni

## Summary & Motivation Hello, I really like running `ruff` on Dagster. This PR adds the [pyupgrade](https://docs.astral.sh/ruff/rules/#pyupgrade-up) rule which automatically updates Python syntax & usage to the minimal supported Python...

## Summary & Motivation This PR adds a new `PipesDefaultLogWriter` which writes stdout/stderr via the `PipesMessageWriter` messages. It emits messages of a new type `log_external_stream`. ## How I Tested These...

## Summary & Motivation Allow receiving logs from stdout/stderr via Pipes messages. This means simply skipping the attachment of standard `PipesLogReader`. Added a flag to `PipesEMRClient` which does that. Not...