We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdfffb commit a4ed3d6Copy full SHA for a4ed3d6
meltano.yml
@@ -14,12 +14,17 @@ plugins:
14
config:
15
start_date: '2023-10-01'
16
organizations:
17
- - nf-core
+ - nf-core
18
select:
19
- - commits.*
20
- - pull_requests.*
21
- - releases.*
+ - commits.*
+ - pull_requests.*
+ - releases.*
22
loaders:
23
- name: target-jsonl
24
variant: andyh1203
25
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