pandas icon indicating copy to clipboard operation
pandas copied to clipboard

ENH: Allow third-party packages to register IO engines

Open datapythonista opened this issue 7 months ago • 0 comments

  • [X] xref #61584
  • [X] Tests added and passed if fixing a bug or adding a new feature
  • [X] All code checks passed.
  • [X] Added type annotations to new arguments/methods/functions.
  • [X] Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

Added the new system to the Iceberg connection only to keep this smaller. The idea is to add the decorator to all other connectors, happy to do it here or in a follow up PR.

datapythonista avatar Jun 12 '25 21:06 datapythonista