Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Aug 29, 2024
1 parent c43c6da commit 04d9c07
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ export const sqlSearchStrategyProvider = (
client: ILegacyClusterClient,
usage?: SearchUsage
): ISearchStrategy<IOpenSearchDashboardsSearchRequest, IDataFrameResponse> => {
<<<<<<< HEAD
const sqlFacet = new Facet({ client, logger, endpoint: 'ppl.sqlQuery' });
=======
const sqlFacet = new Facet({
client,
logger,
endpoint: 'enhancements.sqlQuery',
useJobs: false,
shimResponse: true,
});
>>>>>>> 9b8266f178... [discover] registered languages interceptor clean up and aggs (#7870)

return {
search: async (context, request: any, options) => {
Expand Down

0 comments on commit 04d9c07

Please sign in to comment.