Skip to content

Commit

Permalink
Fix ESQL datasource non filtering bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jun 23, 2024
1 parent 4cce95f commit 66332a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-lens-embeddable-utils/config_builder/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ function buildDatasourceStatesLayer(
const newLayer = {
index: dataView!.id!,
query: { esql: (dataset as LensESQLDataset).esql } as AggregateQuery,
timeField: dataView!.timeFieldName,
columns,
allColumns: columns,
};
Expand Down

0 comments on commit 66332a0

Please sign in to comment.