laughingman7743

Results 16 issues of laughingman7743

https://boto3.amazonaws.com/v1/documentation/api/1.24.51/reference/services/athena.html#Athena.Client.get_query_execution https://docs.aws.amazon.com/athena/latest/APIReference/API_GetQueryExecution.html ``` { 'QueryExecution': { 'QueryExecutionId': 'string', 'Query': 'string', 'StatementType': 'DDL'|'DML'|'UTILITY', 'ResultConfiguration': { 'OutputLocation': 'string', 'EncryptionConfiguration': { 'EncryptionOption': 'SSE_S3'|'SSE_KMS'|'CSE_KMS', 'KmsKey': 'string' }, 'ExpectedBucketOwner': 'string', 'AclConfiguration': { 'S3AclOption': 'BUCKET_OWNER_FULL_CONTROL' }...

https://github.com/laughingman7743/PyAthena/issues/272#issuecomment-1200464052

A cursor implementation to read CSV files in S3 without using Pandas. It would be good to be able to use `awsathena+s3fs` in SQLAlchemy. https://github.com/fsspec/s3fs https://docs.python.org/3/library/csv.html

https://github.com/sqlalchemy/sqlalchemy/blob/main/README.dialects.rst

https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC-2.0.21.1000/AthenaJDBC42.jar https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC-2.0.21.1000/docs/release-notes.txt https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC-2.0.21.1000/docs/LICENSE.txt https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC-2.0.21.1000/docs/NOTICES.txt https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC-2.0.21.1000/docs/third-party-licenses.txt

https://github.com/jd/tenacity laughingman7743/PyAthena#8

laughingman7743/PyAthena#20 laughingman7743/PyAthena#8 laughingman7743/PyAthenaJDBC#5

laughingman7743/PyAthena#21