Skip to content

Commit

Permalink
feat: Added AWS Athena connector
Browse files Browse the repository at this point in the history
  • Loading branch information
TivonB-AI2 committed Apr 27, 2024
1 parent 5968529 commit 8b591b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
type: Multiwoven::Integrations::Protocol::ConnectorType["source"],
connection_specification: {
"access_key": ENV["ATHENA_ACCESS"],
"secret_access_key": ENV["ATHENA_SECRET"],
"secret_access_key": ENV["ATHENA_SECRET"],
"region": "us-east-2",
"workgroup": "test_workgroup",
"catalog": "AwsDatacatalog",
Expand Down

0 comments on commit 8b591b0

Please sign in to comment.