You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

As part of the refactoring and integration of the Data Lake REST API into the Data Explorer, the return type of Data Lake queries needs to be harmonized.

Status Quo

org.apache.streampipes.model.datalake | ui/src/app/core-model/datalake

Data Result



Data Result
DataResult {
    measureName: string;
    total: number;
    headers: string[];
    rows: any[];
    labels: string[];
}
  • No labels