spline icon indicating copy to clipboard operation
spline copied to clipboard

Consumer API: Data Source list - "Last Execution" related properties should be optional

Open wajda opened this issue 4 years ago • 0 comments

If a Data Source isn't associated with any Write the respective booleans and numbers don't have any sense and only confuse users.

{
  "append": false,
  "applicationId": null,
  "applicationName": null,
  "dataSourceName": "B.5495328944096864731.csv",
  "dataSourceType": null,
  "dataSourceUri": "file:/tmp/B.5495328944096864731.csv",
  "durationNs": 0,
  "executionEventId": null,
  "executionPlanId": null,
  "frameworkName": null,
  "timestamp": 0
}

wajda avatar Sep 23 '21 15:09 wajda