Subclass KedroDeprecationWarning
to ensure dataset deprecation warnings show up
#3042
Milestone
KedroDeprecationWarning
to ensure dataset deprecation warnings show up
#3042
Description
Follow up on Replace "DataSet" with "Dataset" in Kedro-Datasets. Subclass
DeprecationsWarning
to show them by default in Kedro.Context
Currently
DeprecationWarning
s are not shown unless the user enablesdefault::DeprecationWarning
. It's important for users to see the deprecation warnings about the datasets that are being renamed.It seems to also be the approach taken by libraries like SymPy (first link I found while searching was https://docs.sympy.org/latest/modules/utilities/exceptions.html#:~:text=The%20SymPyDeprecationWarning%20class%20is%20a,a%20link%20to%20the%20documentation.)
The text was updated successfully, but these errors were encountered: