The "experimental" warnings really pile up when tr...
# dagster-feedback
c
The "experimental" warnings really pile up when trying AutoMaterialize and FreshnessPolicy with lots of assets. I'm going through disabling them now since they were filling up /var/log/syslog in my setup for dagster-daemon Found an instance where it's being logged for schedule ticks /dagster/_serdes/serdes.py477 ExperimentalWarning: "AutoMaterializePolicy" ... It would be nice to have a config to set this for the whole instance - adding the filterwarning in every affected file took a while, and wouldn't want to mess with that internal one.
3
a
you have to add them in every affected file? I've got it in my user code entrypoint, before any of the imports that use experimental code - that seems to do the trick.
s
Hmm, we shouldn't be displaying these warnings when deserializing. I filed an issue to track this: https://github.com/dagster-io/dagster/issues/14714