PyAthena

PyAthena is a Python DB API 2.0 (PEP 249) client for Amazon Athena.

MIT License

Downloads
11.4M
Stars
459
Committers
23

Bot releases are visible (Hide)

PyAthena - v2.19.3

Published by github-actions[bot] over 1 year ago

PyAthena - v2.18.5

Published by github-actions[bot] over 1 year ago

PyAthena - v2.25.1

Published by github-actions[bot] over 1 year ago

What's Changed

Full Changelog: https://github.com/laughingman7743/PyAthena/compare/v2.25.0...v2.25.1

PyAthena - v2.25.0

Published by github-actions[bot] over 1 year ago

What's Changed

Full Changelog: https://github.com/laughingman7743/PyAthena/compare/v2.24.0...v2.25.0

PyAthena - v2.24.0

Published by github-actions[bot] over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/laughingman7743/PyAthena/compare/v2.23.0...v2.24.0

PyAthena - v2.23.0

Published by github-actions[bot] over 1 year ago

  • Add EXTERNAL table type supported by Athena federation to the filter #410
    Thanks @mai-nguyen-coinhako
PyAthena - v2.21.1

Published by github-actions[bot] over 1 year ago

Backport:

  • Fix iteration of ranges with offset 1 #405
PyAthena - v2.20.1

Published by github-actions[bot] over 1 year ago

Backport:

  • Fix iteration of ranges with offset 1 #405
PyAthena - v2.19.2

Published by github-actions[bot] over 1 year ago

Backport:

  • Fix iteration of ranges with offset 1 #405
PyAthena - v2.18.4

Published by github-actions[bot] over 1 year ago

Backport:

  • Fix iteration of ranges with offset 1 #405
PyAthena - v2.22.0

Published by github-actions[bot] over 1 year ago

  • Fix iteration of ranges with offset 1 #405
    Thanks @matthiashuschle #404
PyAthena - v2.21.0

Published by github-actions[bot] over 1 year ago

  • Removing filter that required tables to be explicitly external #403
    Thanks @bradleyhurley #402
PyAthena - v2.18.3

Published by github-actions[bot] over 1 year ago

Backport:

  • Reduce byte range by 1 to meet fsspec expectation #400
PyAthena - v2.19.1

Published by github-actions[bot] over 1 year ago

Backport:

  • Reduce byte range by 1 to meet fsspec expectation #400
PyAthena - v2.20.0

Published by github-actions[bot] almost 2 years ago

  • Reduce byte range by 1 to meet fsspec expectation #400
    Thanks @matthiashuschle #399
PyAthena - v2.19.0

Published by github-actions[bot] almost 2 years ago

  • Support for Python 3.11 #397
PyAthena - v2.18.2

Published by github-actions[bot] almost 2 years ago

  • Fixed to not add redundant values to user_agent_extra #396
    Thanks @fbrueck #395
PyAthena - v2.18.1

Published by github-actions[bot] almost 2 years ago

  • Fix issue when installing version 2.18.0 #393
    Thanks @Benm-Qwak
PyAthena - v2.18.0

Published by github-actions[bot] almost 2 years ago

PyAthena - v2.17.0

Published by github-actions[bot] almost 2 years ago

  • Support for CTE follows insert in SQLAlchemy #383 #384
    Thanks @jasonamyers #380