pydiverse / pydiverse.pipedag

A data pipeline orchestration library for rapid iterative development with automatic cache invalidation allowing users to focus writing their tasks in pandas, polars, sqlalchemy, ibis, and alike.
https://pydiversepipedag.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
28 stars 3 forks source link

closes #57: replace format_exception with format_exc #61

Closed windiana42 closed 1 year ago

windiana42 commented 1 year ago

This improves compatibility for pythin 3.9.

Checklist

windiana42 commented 1 year ago

Will merge without review since this is a bug fix dominated release.