awswrangler.config.reset¶
- config.reset() None ¶
Reset one or all (if None is received) configuration values.
- Parameters:
item (
str
|None
) – Configuration item name.- Return type:
None
Examples
>>> import awswrangler as wr >>> wr.config.reset("database") # Reset one specific configuration >>> wr.config.reset() # Reset all