Skip to content

Commit

Permalink
Add type to resource csv adapter (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
maudetes committed Aug 31, 2023
1 parent 4f88ab0 commit 6d56d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Ensure rdf parsed frequency is lowercase [#2883](https://github.com/opendatateam/udata/pull/2883)
- Add a dict of URIs to replace in a RDF graph at harvest time [#2884](https://github.com/opendatateam/udata/pull/2884)
- Fix duplicate recipients in new comments mail [#2886](https://github.com/opendatateam/udata/pull/2886)
- Add type to resource csv adapter [#2888](https://github.com/opendatateam/udata/pull/2888)

## 6.1.6 (2023-07-19)

Expand Down
1 change: 1 addition & 0 deletions udata/core/dataset/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class ResourcesCsvAdapter(csv.NestedAdapter):
'title',
'description',
'filetype',
'type',
'format',
'mime',
'filesize',
Expand Down

0 comments on commit 6d56d30

Please sign in to comment.