Skip to content

Commit

Permalink
leave batch directory at root
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Jun 27, 2023
1 parent 7756518 commit 8675e37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/extract/extractors.meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ plugins:
format: jsonl
compression: gzip
storage:
root: file://data
root: file://
- name: tap-meltanohub
variant: autoidm
pip_url: git+https://github.com/pnadolny13/tap-meltanohub.git@update_dependencies
Expand All @@ -56,7 +56,7 @@ plugins:
format: jsonl
compression: gzip
storage:
root: file://data
root: file://
- name: tap-spreadsheets-anywhere
variant: ets
pip_url: git+https://github.com/ets/tap-spreadsheets-anywhere.git@5d9115985d3f9e7a568c6dcc68975f0c038253ff
Expand Down Expand Up @@ -98,7 +98,7 @@ plugins:
format: jsonl
compression: gzip
storage:
root: file://data
root: file://
select:
- users.*
- channels.*
Expand Down Expand Up @@ -207,7 +207,7 @@ plugins:
format: jsonl
compression: gzip
storage:
root: file://data
root: file://
- name: tap-snowflake-metrics
inherit_from: tap-snowflake
metadata:
Expand Down

0 comments on commit 8675e37

Please sign in to comment.