Skip to content

Commit

Permalink
Update tap-mysql transferwise variant to point to the corresponding s…
Browse files Browse the repository at this point in the history
…ubdirectories in transferwise/pipelinewise (#1931)
  • Loading branch information
edgarrmondragon authored Jan 14, 2025
1 parent a2b1f77 commit f67a2e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _data/meltano/extractors/tap-mysql/transferwise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ metadata:
replication-method: FULL_TABLE
name: tap-mysql
namespace: tap_mysql
pip_url: pipelinewise-tap-mysql
pip_url: git+https://github.com/transferwise/pipelinewise.git#subdirectory=singer-connectors/tap-mysql
prereq: |
### Usage Notes
This tap is configured to use `FULL_TABLE` replication by default.
See the [setting metadata documentation](https://docs.meltano.com/guide/integration#setting-metadata) for more details and instructions on using `INCREMENTAL` replication.
quality: silver
repo: https://github.com/transferwise/pipelinewise-tap-mysql
repo: https://github.com/transferwise/pipelinewise
settings:
- description: Cursor class used by PyMYSQL.
label: Cursor Class
Expand Down Expand Up @@ -104,7 +104,7 @@ settings_preamble: |
```yaml
- name: tap-mysql
variant: transferwise
pip_url: pipelinewise-tap-mysql
pip_url: git+https://github.com/transferwise/pipelinewise.git#subdirectory=singer-connectors/tap-mysql
config:
user: meltano
select:
Expand Down

0 comments on commit f67a2e4

Please sign in to comment.