Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

community connectors support (athena) #201

Closed
ext-herbert-santos opened this issue Mar 26, 2023 · 2 comments · Fixed by #578
Closed

community connectors support (athena) #201

ext-herbert-santos opened this issue Mar 26, 2023 · 2 comments · Fixed by #578

Comments

@ext-herbert-santos
Copy link

Today the Dbt Dag forced to pass the conn id, obliged to use a bank connector, I would like to use cosmos with athena that has with the community connector.

@felipesanmartin
Copy link

I think PR-390 resolve this issue.

@benjamin-awd
Copy link
Contributor

benjamin-awd commented Oct 6, 2023

I've raised a PR for this here -- #578

I think #390 resolve this issue.

Potentially, but as a user I think it's preferable to store the AWS credentials in an Airflow connection instead of a profiles.yml file.

tatiana pushed a commit that referenced this issue Oct 10, 2023
Add an Athena profile mapping using the `aws` connection type
(unfortunately, there is no specific connection type for
[Athena](https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/operators/athena.html#amazon-athena),
unlike Redshift).

This PR allows the user to avoid storing sensitive credentials in a
profiles.yml file on Airflow and instead store them in Airflow as an
AWS
[connection](https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/connections/aws.html).

Closes: #201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants