awswrangler.config.reset

config.reset(item: str | None = None) None

Reset one or all (if None is received) configuration values.

Parameters:

item (str, optional) – Configuration item name.

Returns:

None.

Return type:

None

Examples

>>> import awswrangler as wr
>>> wr.config.reset("database")  # Reset one specific configuration
>>> wr.config.reset()  # Reset all