Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update dbt-redshift.rb (#360)
Browse files Browse the repository at this point in the history
* Update dbt-redshift.rb

* use github instead of pypi for redhsift-connector
  • Loading branch information
colin-rogers-dbt authored Sep 1, 2023
1 parent 766c23e commit 002d673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/process-python-resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"redshift-connector": {
"2.0.913": {
"url": "https://files.pythonhosted.org/packages/63/86/fb94423bc8c385fdce1bfe2afe720bf415d9df56e137e4f321e13844c498/redshift_connector-2.0.913-py3-none-any.whl",
"sha256": "bd70395c5b7ec9fcae9565daff6bcb88c7d3ea6182dafba2bac6138f68d00582",
"url": "https://github.com/aws/amazon-redshift-python-driver/archive/refs/tags/v2.0.913.tar.gz",
"sha256": "ec829df92817657ce6ff94f48a1f00a5624031d6f9da0a43e4bf4d5ff7f1f236",
},
},
}
Expand Down
4 changes: 2 additions & 2 deletions Formula/dbt-redshift.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ class DbtRedshift < Formula
end

resource "redshift-connector" do # pinned to 2.0.913
url "https://files.pythonhosted.org/packages/63/86/fb94423bc8c385fdce1bfe2afe720bf415d9df56e137e4f321e13844c498/redshift_connector-2.0.913-py3-none-any.whl"
sha256 "bd70395c5b7ec9fcae9565daff6bcb88c7d3ea6182dafba2bac6138f68d00582"
url "https://github.com/aws/amazon-redshift-python-driver/archive/refs/tags/v2.0.913.tar.gz"
sha256 "ec829df92817657ce6ff94f48a1f00a5624031d6f9da0a43e4bf4d5ff7f1f236"
end

resource "referencing" do
Expand Down

0 comments on commit 002d673

Please sign in to comment.