deprecated
deprecated(deprecated_in, removed_in, help_message=None)
¶
Mark functions as deprecated.
Adding this will result in a warning being emitted when the function is used.
Source code in pyiceberg/utils/deprecated.py
deprecation_message(deprecated_in, removed_in, help_message)
¶
Mark properties or behaviors as deprecated.
Adding this will result in a warning being emitted.
Source code in pyiceberg/utils/deprecated.py
deprecation_notice(deprecated_in, removed_in, help_message)
¶
Return a deprecation notice.