Open turnerrainer opened 1 year ago
New Requested Changes
@RayDNoper
We request 2 changes
upload:
call: http.post
args:
contentType: formdata
url: "[#ANALYTICS_OPEN_DATA_SERVICE]/api/organizations/my-organizations/[#OPEN_DATA_PORTAL_ORGANIZATION_ID]/datasets/${incoming.body.datasetId}/upload"
body:
delimiter: ","
headerIndex: "1"
file:files:metrics${incoming.body.date}.csv: ${metricDataCSV}
headers:
Authorization: ${'Bearer ' + apiToken.response.body.data.accessToken}
result: uploadResult
next: check_upload_result
Blocked waiting for requested changes
@1AhmedYasser please take a look at and @RayDNoper provide your input regarding if https://github.com/buerokratt/Buerokratt-Chatbot/issues/30 can be used for this purpose.
Ruuter should have the necessary functionality already.
Short summary: I set up a daily data upload to avandmeddev, but no files are being sent. Expected result: the selected file should be sent to avaandmeddev.eeti.ee daily Real result: the metadata is there, but the status is "pooleli/unfinished" and there is no files attached How to reproduce: login and go to https://admin.dev.buerokratt.ee/analytics/reports and then create a daily uploaded dataset. Pic:
Seems to work as intended
AS A Product Owner I WANT Analytics Module's data to be published to the Open Data Portal periodically in an automated manner SO THAT it wouldn't require any manual interaction
Acceptance Criteria