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 29, 2024
1 parent 0aa549f commit 5d28978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integrations/lib/multiwoven/integrations/rollout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module Integrations
Postgresql
Databricks
SalesforceConsumerGoodsCloud
AWSAthena
].freeze

ENABLED_DESTINATIONS = %w[
Expand Down
1 change: 1 addition & 0 deletions integrations/multiwoven-integrations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "sequel"
spec.add_runtime_dependency "slack-ruby-client"
spec.add_runtime_dependency "stripe"
spec.add_runtime_dependency "aws-sdk-athena"

spec.add_development_dependency "byebug"
spec.add_development_dependency "rspec"
Expand Down

0 comments on commit 5d28978

Please sign in to comment.