{"categories":[{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends"}],"enrichment":{"capability":"PyAthenaJDBC wraps the Amazon Athena JDBC driver to provide a Python DB API 2.0 (PEP 249) interface for querying Amazon Athena from Python.","skillfed_tags":["abandoned","java-bridge","aws-athena"],"use_cases":["Execute ad-hoc SQL queries against Athena tables from a Python script without setting up a separate database connection layer.","Integrate Athena query results into a Pandas DataFrame for data analysis workflows.","Build a Python application that uses SQLAlchemy ORM or query builder with Athena as the backend (SQLAlchemy 1.x only).","Automate batch data extraction from Athena into Python for ETL or reporting pipelines."],"what_it_does":"PyAthenaJDBC is a Python wrapper around the Amazon Athena JDBC driver that implements the DB API 2.0 standard (PEP 249). It allows you to execute SQL queries against Amazon Athena tables directly from Python code, handling the bridge between Python and the Java-based JDBC driver through jpype1.\n\nThe package supports basic query execution, cursor iteration, parameterized queries (using PyFormat style with named placeholders), and optional integration with SQLAlchemy (versions 1.0.0\u20131.x) and Pandas for result handling. You configure connections by specifying an S3 output location for query results and an AWS region, and can pass JVM options or JDBC driver configuration as keyword arguments. However, the project has been abandoned since late 2023 and is no longer maintained, meaning compatibility with current AWS Athena versions, modern Java runtimes, and Python versions beyond 3.9 is uncertain.","worth_installing":"No\u2014not for new projects. The package is abandoned (last release 2020-12-31, repository archived 2023-09-20) and supports only Python 3.6\u20133.9, making it incompatible with modern Python versions. AWS Athena and its JDBC driver have evolved significantly since the last update, and there is no active maintenance to address compatibility issues. For current Athena access from Python, use boto3 with the AWS SDK or a maintained third-party driver."},"id":"pyathenajdbc","links":{"html":"https://skillfed.io/packages/pyathenajdbc","md":"https://skillfed.io/packages/pyathenajdbc.md","pypi":"https://pypi.org/project/pyathenajdbc/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-12-31","license_spdx":null,"license_treatment":"permissive","name":"pyathenajdbc","python_support":"supports_current","summary":"Amazon Athena JDBC driver wrapper for the Python DB API 2.0 (PEP 249)"},"popularity":{"monthly_downloads":608404,"position":5780,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.0.1"}
