When using dynamic partitions with managed_python_loggers configured in dagster.yaml and SQLite storage (the default), Dagster hangs after the asset yield the output. Here's the last log it shows: ...
I want to read specific partitions from a partitioned parquet dataset. This is very useful in case of large datasets. I have attached a small script that creates a dataset and shows what is expected ...