Hi all, Is it possible to delete partitions from t...
# ask-community
s
Hi all, Is it possible to delete partitions from the partitioned assets? My use case is: Let’s say I have a daily stats table. I just noticed my source table is broken for 2023-07-01, so I want to mark it as broken until it’s fixed, so the downstream tasks shouldn’t run. Is it possible?
🤖 1
c
Hi Sabri. Unfortunately no built-in way to do this at the moment. We do have an existing issue that requests the ability to wipe a partition, which prevents downstream partitions from executing, which might be of interest to you: https://github.com/dagster-io/dagster/issues/14749
s
thanks a lot! I’ll be waiting for it