You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../dagster/python_modules/dagster/dagster/_core/decorator_utils.py:195
../../../dagster/python_modules/dagster/dagster/_core/decorator_utils.py:195
../../../dagster/python_modules/dagster/dagster/_core/decorator_utils.py:195
../../../dagster/python_modules/dagster/dagster/_core/decorator_utils.py:195
../../../dagster/python_modules/dagster/dagster/_core/decorator_utils.py:195
../../../dagster/python_modules/dagster/dagster/_core/decorator_utils.py:195
../../../dagster/python_modules/dagster/dagster/_core/decorator_utils.py:195
../../../dagster/python_modules/dagster/dagster/_core/decorator_utils.py:195
/Users/sryza/dagster/python_modules/dagster/dagster/_core/decorator_utils.py:195: ExperimentalWarning: Parameter `auto_materialize_policy` of function `asset` is experimental. It may break in future versions, even between dot releases. To mute warnings for experimental functionality, invoke warnings.filterwarnings("ignore", category=dagster.ExperimentalWarning) or use one of the other methods described at https://docs.python.org/3/library/warnings.html#describing-warning-filters.
return fn(*args, **kwargs)
The text was updated successfully, but these errors were encountered:
@sryza is there a way to silence these right now? I've tried the warnings.filterwarnings("ignore", category=dagster.ExperimentalWarning) in my assets root, but it doesn't do anything
The text was updated successfully, but these errors were encountered: