astronomer / airflow-provider-great-expectations

Great Expectations Airflow operator
http://greatexpectations.io
Apache License 2.0
157 stars 53 forks source link

Connection to Athena via `conn_id` #121

Closed spencer-horton-wcq closed 8 months ago

spencer-horton-wcq commented 8 months ago

When using the GreatExpectationsOperator with an Athena conn_id, I received the following from PyAthena: Unable to locate credentials.

I would like to know the best way to provide credentials, as this page here: GX docs - connect to data does not specify how to setup with just an airflow connection. Should I be using credentials: in the great_expectations.yml file, with secrets injected from the config_variables.yml? Is there anyway to connect with only the conn_id via Airflow Connection?