Skip to content

[ES|QL] Enable subqueries#257455

Merged
bartoval merged 5 commits intoelastic:mainfrom
bartoval:enable_subqueries
Mar 31, 2026
Merged

[ES|QL] Enable subqueries#257455
bartoval merged 5 commits intoelastic:mainfrom
bartoval:enable_subqueries

Conversation

@bartoval
Copy link
Copy Markdown
Contributor

Summary

enable subqueries in kibana esql

@bartoval bartoval self-assigned this Mar 12, 2026
@bartoval bartoval requested a review from a team as a code owner March 12, 2026 15:41
@bartoval bartoval added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting Feature:ES|QL ES|QL related features in Kibana Team:ESQL ES|QL related features in Kibana t// v9.4.0 labels Mar 12, 2026
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

metadata: {
type: 'source' as const,
subquerySupport: process.env.NODE_ENV === 'test' ? true : false, // Temporary until making it Preview
subquerySupport: true,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove the flag too, we dont need it

@bartoval bartoval force-pushed the enable_subqueries branch from 5698c1f to 64d4ab9 Compare March 13, 2026 06:43
Copy link
Copy Markdown
Contributor

@stratoula stratoula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, do not merge yet, we are waiting for ES. I will let you know

…gistry/from/autocomplete.ts

Co-authored-by: Stratou <stratoula1@gmail.com>
@bartoval bartoval force-pushed the enable_subqueries branch from 2a47904 to 88e81a0 Compare March 13, 2026 08:04
@stratoula
Copy link
Copy Markdown
Contributor

@bartoval ES merged their PR to enable subqueries so we can merge this too!

@bartoval bartoval enabled auto-merge (squash) March 31, 2026 06:35
@bartoval bartoval merged commit 1088edc into elastic:main Mar 31, 2026
18 checks passed
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
kbnUiSharedDeps-srcJs 4.1MB 4.1MB -139.0B

History

cc @bartoval

mbondyra added a commit to mbondyra/kibana that referenced this pull request Mar 31, 2026
…e_for_children6

* commit '3402744f63ca1196e97b11ffac4e7f7efab240df': (80 commits)
  [PerUserAuth] Add EARS auth type for Connectors V2 (elastic#253695)
  Fix `@elastic/eui/require-aria-label-for-modals` lint violations across `@elastic/kibana-core` files (elastic#259757)
  [Entity Analytics][Leads generation][4] Add API routes, LeadDataClient, and async generation (elastic#257046)
  [Agent Builder] Agent-centric UX redesign (elastic#258005)
  fix query streams failing test (elastic#260277)
  [Lens as code] Add list layout to the new API (elastic#259967)
  [FTR] Add warning comments to deployment-agnostic FTR base configs (elastic#260018)
  [Discover][Logs profile] Fix missing search highlights (elastic#260056)
  Plugin system: safe deletion (elastic#259038)
  [Infra] Fix Hosts filter options to match selected schema (elastic#259825)
  Manual Entity Resolution and flyout representation (elastic#260162)
  [Cascade] Handle grouping on fields with unset values (elastic#260033)
  [Fleet] generate OTel config for integration packages with otelcol inputs (elastic#259968)
  [Search] Switch over to V2 index management details (elastic#259866)
  [inference] increase timeout for ES inference calls (elastic#260382)
  [ES|QL] Enable subqueries (elastic#257455)
  [ES|QL] Change Point order free options (elastic#260282)
  [Auth] Added authentication strategy for UIAM OAuth (elastic#256182)
  [Security Solution] Add "alerts_candidate_count" rule execution metric (elastic#259917)
  [api-docs] 2026-03-31 Daily api_docs build (elastic#260380)
  ...
jeramysoucy pushed a commit to jeramysoucy/kibana that referenced this pull request Apr 1, 2026
## Summary

enable subqueries in kibana esql

---------

Co-authored-by: Stratou <stratoula1@gmail.com>
paulinashakirova pushed a commit to paulinashakirova/kibana that referenced this pull request Apr 2, 2026
## Summary

enable subqueries in kibana esql

---------

Co-authored-by: Stratou <stratoula1@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting Feature:ES|QL ES|QL related features in Kibana release_note:skip Skip the PR/issue when compiling release notes Team:ESQL ES|QL related features in Kibana t// v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants