Skip to content

Commit

Permalink
docs: update custom extractor tutorial to use pip_url (meltano#6663)
Browse files Browse the repository at this point in the history
docs: update custom extractor tutorial to use pip_url and editable install (meltano#6650)

Closes meltano#6662
  • Loading branch information
jared-rimmer committed Aug 24, 2022
1 parent 0c89bcd commit 0dfe536
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/_tutorials/custom-extractor.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ plugins:
# Installs the plugin from a local path
# in 'editable' mode (https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs).
# Can point to '.' if it's in the same directory as `meltano.yml`
executable: -e /path/to/tap-my-custom-source
pip_url: -e /path/to/tap-my-custom-source
# Name of custom tap that will be invoked.
# Can be found in the pyproject.toml of your custom tap under CLI declaration
executable: tap-my-custom-source
capabilities:
- state
- catalog
Expand Down

0 comments on commit 0dfe536

Please sign in to comment.