I have forked a broken tap and I want to test that...
# plugins-general
c
I have forked a broken tap and I want to test that the PR I made in my forked repo works before creating the PR back to the upstream project
1
a
pip_url: git+<https://github.com/chriskl/tap-airtable.git@1b022c57ccb44f80837c4f78900a35b7b9b76b89>
Does that work for you?
👍 1
e
+1 to @Andy Carter’s suggestions. Considering your other message, it should be
Copy code
extractors:
    - name: tap-airtable
      pip_url: git+<https://github.com/chriskl/tap-airtable.git@fix-issue-49>
c
Fantastic guys, @Edgar Ramírez (Arch.dev)’s worked
Let's hope I can get it merged 🙂
Hah - by the time I read this the maintainer had already merged lol
🙌 2