Daniel Gafni

Results 73 issues of Daniel Gafni

**How would you improve Rich?** Add support to the following: ```python async for item in track(items): ... ``` Currently this code fails with: ``` TypeError: 'async for' requires an object...

Needs triage

Might be related to #235 #237

For some reason it was int, while it's actually a string

## Summary & Motivation This PR merges `dagster-polars`, which has been maintained in a separate [repo](https://github.com/danielgafni/dagster-polars), in the main Dagster project. We agreed on this with @PedramNavid. ## How I...

### What's the use case? It seems like `compute_kind` was initially created for `op`s (is this why it's named `op_tags` in the frontend code?). 90% of my assets have `Python`...

type: feature-request

It would be useful to have a `post_mortem` function like `pdb` has. This would allow calling `remote_pdb` right after an exception is raise (if it's raised). Like this: ```python try:...

### Describe the issue Hello! There is a weird error I'm getting when trying to use the `netrc` file to access a private PyPI server: ```python Traceback (most recent call...

I run into this issue today... I was using `UPath("gs://my-fresh-bucket/some-dir/another-dir/file").parent.mkdir(parents=True, exist_ok=True)`. The bucket was empty and didn't contain any objects. `universal-pathlib` attempted to create the bucket instead of creating the...

bug

It would be great to have `async` support like `aiopath` has. Currently one needs to fallback to filesystem-specific libraries to write `async` code (as some of them support `asynchronous=True`).

enhancement :rocket: