Skip to content

Commit

Permalink
fix error message wording
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Jun 4, 2024
1 parent 76e085e commit 14641c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tables/dataflattentable/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func (t *Table) generate(ctx context.Context, queryContext table.QueryContext) (
subresults, err := t.generateRawData(ctx, rawdata, dataQuery, append(flattenOpts, dataflatten.WithQuery(strings.Split(dataQuery, "/")))...)
if err != nil {
t.slogger.Log(ctx, slog.LevelInfo,
"failed to get data for raw_data",
"failed to generate for raw_data",
"err", err,
)
continue
Expand Down

0 comments on commit 14641c1

Please sign in to comment.