Skip to content

Conversation

@bartoval
Copy link
Contributor

Summary

Adds a feature flag to toggle subquery capabilities in ES|QL

@bartoval bartoval self-assigned this Nov 18, 2025
@bartoval bartoval added the release_note:skip Skip the PR/issue when compiling release notes label Nov 18, 2025
@bartoval bartoval requested a review from a team as a code owner November 18, 2025 13:50
@bartoval bartoval added 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.3.0 labels Nov 18, 2025
@elasticmachine
Copy link
Contributor

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

@bartoval bartoval changed the title [ES|QL Eenable subqueries by feature flag [ES|QL Enable subqueries by feature flag Nov 18, 2025
@bartoval bartoval changed the title [ES|QL Enable subqueries by feature flag [ES|QL] Enable subqueries by feature flag Nov 18, 2025
@bartoval bartoval force-pushed the disable_subqueries_feature_flag branch from 2759665 to 228bf2d Compare November 18, 2025 16:04
name: 'from',
methods: fromCommandMethods,
metadata: {
subquerySupport: process.env.NODE_ENV === 'test' ? true : false, // Temporary until making it Preview
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I saw the same thing in SET


export interface ICommandMetadata {
preview?: boolean; // Optional property to indicate if the command is in preview mode
subquerySupport?: boolean; // Optional property to indicate if the command supports subqueries (ONLY FROM)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add that this is temporary and we will remove it when subqueries in from move to Technical preview? I dont want to add this flag in the metadata permanently

@elasticmachine
Copy link
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.0MB 4.0MB +172.0B

History

cc @bartoval

@bartoval bartoval merged commit df57f49 into elastic:main Nov 19, 2025
12 checks passed
alexreal1314 pushed a commit to alexreal1314/kibana that referenced this pull request Nov 20, 2025
## Summary

Adds a feature flag to toggle subquery capabilities in ES|QL
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.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants