PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.31k stars 1.5k forks source link

returning cursor result from ex/exmany #14259

Closed WillRaphaelson closed 5 days ago

WillRaphaelson commented 5 days ago

Closes #14232

Returns a CursorResult object when using execute / executemany.

Checklist