We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f6102 commit 4c35dd5Copy full SHA for 4c35dd5
Gemfile
@@ -6,6 +6,7 @@ gem "puma"
6
gem "tzinfo-data"
7
8
# data stores
9
+gem "activerecord6-redshift-adapter"
10
gem "aws-sdk-athena"
11
gem "aws-sdk-glue"
12
gem "drill-sergeant"
Gemfile.lock
@@ -45,6 +45,9 @@ GEM
45
activerecord (6.0.3.1)
46
activemodel (= 6.0.3.1)
47
activesupport (= 6.0.3.1)
48
+ activerecord6-redshift-adapter (1.1.2)
49
+ activerecord (~> 6.0, >= 6.0.0)
50
+ pg (>= 0.18)
51
activestorage (6.0.3.1)
52
actionpack (= 6.0.3.1)
53
activejob (= 6.0.3.1)
@@ -262,6 +265,7 @@ PLATFORMS
262
265
ruby
263
266
264
267
DEPENDENCIES
268
+ activerecord6-redshift-adapter
269
aws-sdk-athena
270
aws-sdk-glue
271
blazer
0 commit comments