mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[ES|QL] Flip LOOKUP JOIN to GA in docs (#225117)
This commit is contained in:
parent
1812b4099e
commit
6e7c61a13e
2 changed files with 2 additions and 2 deletions
|
@ -462,7 +462,7 @@ FROM employees
|
|||
label: i18n.translate('languageDocumentation.documentationESQL.lookupJoin', {
|
||||
defaultMessage: 'LOOKUP JOIN',
|
||||
}),
|
||||
preview: true,
|
||||
preview: false,
|
||||
description: (
|
||||
<Markdown
|
||||
openLinksInNewTab={true}
|
||||
|
|
|
@ -583,7 +583,7 @@ export const commandDefinitions: Array<CommandDefinition<any>> = [
|
|||
defaultMessage: 'Join table with another table.',
|
||||
}),
|
||||
declaration: `LOOKUP JOIN <lookup_index> ON <field_name>`,
|
||||
preview: true,
|
||||
preview: false,
|
||||
examples: [
|
||||
'… | LOOKUP JOIN lookup_index ON join_field',
|
||||
// TODO: Uncomment when other join types are implemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue