Adrià Mercader
Adrià Mercader
Note there are two ongoing PRs with initial implementations: * RDF -> CKAN (Parsing): https://github.com/ckan/ckanext-dcat/pull/124 * CKAN -> RDF (Serializing): https://github.com/ckan/ckanext-dcat/pull/240
@aivuk Great work so far, but I think it's worth do a couple of refactors now to make our life easier down the line: * Let's call blueprint endpoints rather...
@aivuk You are right, the changes I suggested (which we should still implement) don't solve the uploader snippet not having access to the dataset id. We need to resort to...
@aivuk great work! There are still some things to iron out though: * Remind me why do we need to modify the `resource create` and `resource update` actions included in...
Thanks @aivuk, btw this is the screenshot I meant to include in my previous message:  Another think...
@aivuk sorry I didn't mean to push a new build of uploader, was just playing around. I'll revert it. I got these failures locally, I had to upgrade to the...
@ChasNelson1990 this certainly sounds interesting and I'm also leaning towards option 1, but I'm a bit unclear on how we would bundle both tables. Off the top of my head...
@tomeksabala Yes, option 1 is the more sensible and @ChasNelson1990 comments make sense, although the part that is less clear to me is the "get the appropriate data and pass...
Sorry @ChasNelson1990 , we have very limited bandwidth right now but I'll try to look at this probably next week
Might be worth exploring https://github.com/datopian/datapub although that app itself involves more complex requirements which I'd like to avoid.Maybe we can reuse some of the components though