sodadata / soda-core

:zap: Data quality testing for the modern data stack (SQL, Spark, and Pandas) https://www.soda.io
https://go.soda.io/core-docs
Apache License 2.0
1.87k stars 204 forks source link

Migrate soda-core-athena to use newer PyAthena >= 3.0.10 #2086

Open mikedangelo opened 4 months ago

mikedangelo commented 4 months ago

PyAthena released 3.0.10 about 6 months ago. We use soda within our airflow pipelines. There is now an Athena provider inside of airflow: apache-airflow-providers-amazon >=8.17.0 which requires PyAthena>=3.0.10

In order to use this new provider and continue using soda-core-athena, there should be an update soda-core-athena to a newer version

tools-soda commented 4 months ago

SAS-3481