Skip to content

Commit a4ed3d6

Browse files
committed
fix: Set up motherduck
1 parent bcdfffb commit a4ed3d6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

meltano.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ plugins:
1414
config:
1515
start_date: '2023-10-01'
1616
organizations:
17-
- nf-core
17+
- nf-core
1818
select:
19-
- commits.*
20-
- pull_requests.*
21-
- releases.*
19+
- commits.*
20+
- pull_requests.*
21+
- releases.*
2222
loaders:
2323
- name: target-jsonl
2424
variant: andyh1203
2525
pip_url: target-jsonl
26+
- name: target-duckdb
27+
variant: jwills
28+
pip_url: target-duckdb~=0.6
29+
config:
30+
path: md:nf_core_dev

0 commit comments

Comments
 (0)