Skip to content

Commit

Permalink
Pin tap-getpocket to a commit (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Feb 2, 2025
1 parent 8dc694c commit 868f020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins:
extractors:
- name: tap-getpocket
variant: edgarrmondragon
pip_url: git+https://github.com/edgarrmondragon/tap-getpocket.git python-json-logger
pip_url: git+https://github.com/edgarrmondragon/tap-getpocket.git@dfa5519a6fdf6dfc9dee4fcc604c796a85984072 python-json-logger
- name: tap-stackexchange
variant: meltanolabs
pip_url: tap-stackexchange==0.0.3 python-json-logger
Expand Down
2 changes: 1 addition & 1 deletion pkl/plugins/extractors/tap_getpocket.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import "../../lib/meltano/plugin.pkl"
tap_getpocket = new plugin.Extractor {
name = "tap-getpocket"
variant = "edgarrmondragon"
pip_url = "git+https://github.com/edgarrmondragon/tap-getpocket.git python-json-logger"
pip_url = "git+https://github.com/edgarrmondragon/tap-getpocket.git@dfa5519a6fdf6dfc9dee4fcc604c796a85984072 python-json-logger"
}

0 comments on commit 868f020

Please sign in to comment.