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 26, 2024
1 parent a3c3bce commit 4773a03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "AthenaSourceConnector",
"type": "source",
"connection_specification": {
"credentials": {
"credentials": {
"auth_type": "access_key/secret_access_key",
"access_key": "test_access_key",
"secret_access_key": "test_secret_access_key"
Expand Down Expand Up @@ -191,4 +191,4 @@
expect(described_class.private_instance_methods).to include(:query)
end
end
end
end

0 comments on commit 4773a03

Please sign in to comment.