Skip to content

Commit

Permalink
Include Luke's datasets from Paituli
Browse files Browse the repository at this point in the history
  • Loading branch information
hatapitk authored Sep 8, 2023
1 parent 8c7c0a5 commit 675f4dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckanext/harvest/harvesters/metaxharvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ def search_for_datasets(remote_base_url, query_params=None):
params = {
**(query_params if query_params else {}),
'latest': 'true',
'metadata_owner_org': 'luke.fi',
'metadata_owner_org': 'luke.fi,csc.fi',
'creator_organization': 4100010,
'limit': 10
}

Expand Down

0 comments on commit 675f4dd

Please sign in to comment.