Daniel Gafni

Results 73 issues of Daniel Gafni

https://arrow.apache.org/docs/python/generated/pyarrow.parquet.Statistics.html Currently `dagster-polars` is calculating similar statistics manually. The `pyarrow` statistics might be useful, and they would always be consistent with the actual Parquet file, not the polars DataFrame

## Summary & Motivation Using the new standard metadata key for row count

### What's the use case? Sometimes (like when working on fixing a broken asset) one may need to temporary hide the asset from the AutoMaterializeDaemon. It would be nice if...

type: feature-request
area: auto-materialize

### Dagster version 1.7.3 ### What's the issue? ![image](https://github.com/dagster-io/dagster/assets/49863538/0eafa29a-8bc6-4300-b0ba-130795564864) That's `DailyPartitionsDefinition` ### What did you expect to happen? _No response_ ### How to reproduce? _No response_ ### Deployment type None...

type: bug
area: partitions

### Dagster version 1.7.3 ### What's the issue? The title. Example: ![image](https://github.com/dagster-io/dagster/assets/49863538/a02e9bc6-c2fc-4958-97c7-37742e718b43) Also, hovering over this partitions doesn't display any info about their status ### What did you expect to...

type: bug
area: partitions

First of all, this project looks great! I would love to replace `Typer` with `cyclopts` in my CLIs. However, there is an important `Click` feature currently lacking in `cyclopts`: `auto_env_var_prefix`...

enhancement