I have a partitioned asset defined using an Hourly...
# ask-community
d
I have a partitioned asset defined using an HourlyParititoned definition, however I decided to pass in a range of partitions to make backfills easier with a single run of multiple partitions. Is there any way to specify the asset materialization is for a range of partitions without spamming the UI with every partition's ASSET_MATERIALIZATION's event? It seems unnecessary and seems to take up some additional time
o
hi @Danny Steffy -- at the moment, this is not possible, as these events must exist for other parts of the system to properly function (e.g. these materialization events are used to inform us which partitions have been successfully materialized). it is possible to hide all dagster-native events in the UI though (under the "Levels" dropdown, there's an "events" level)
d
gotcha, thanks!