Releases November 10 2022¶
Data hub 1.2.1¶
Get version 1.2.1 on Github and on Dockerhub.
Job title required¶
The title property in a job configuration is now required. This is done as we now use job title for metrics reporting. Existing jobs without this property will no longer work and will be reported in the Datahub log with an error:
A minimal valid job configuration example:
{
"title": "my-job-title",
"id": "mr8iwzuk5n",
"triggers": [
{
"triggerType": "cron",
"jobType": "incremental",
"schedule": "@every 60m"
}
],
"source": {
"Type": "DatasetSource",
"Name": "some.Stuff"
},
"sink": {
"Type": "DatasetSink",
"Name": "some.MoreStuff"
}
}
The full set of releases can be seen here.
To get started with the MIMIRO data hub check out the github repository readme and the user documentation. If you have questions about best practice and use of the data hub then please get in contact.