发布

  • [OPIK-5998] [BE] Fix getDatasetByIdentifier not returning dataset_items_count (#6321)

    frostbyte_neo 发布于 2026-04-16 10:55:39 +00:00

    The POST /v1/private/datasets/retrieve endpoint was returning
    dataset_items_count as null because DatasetService.findByName() did not
    call enrichDatasetWithAdditionalInformation().

    Added findByNameDetailed() which wraps findByName() with enrichment,
    keeping the original findByName() unchanged for callers that don't need
    enriched data (delete, resolveDatasetByName).

    下载附件