-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ES|QL] Update function metadata #193662
[ES|QL] Update function metadata #193662
Conversation
Pinging @elastic/kibana-esql (Team:ESQL) |
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
* main: (176 commits) [ML][Rules] Fixes deletion in Check interval input for anomaly detection rule (elastic#193420) Bump maximum supported package spec version to 3.2 (elastic#193574) [ES|QL] new pattern for `SORT` autocomplete (elastic#193595) [Inventory][ECO] Entities page search bar (elastic#193546) [Synthetics] Remove extra overview route (elastic#192449) [Obs Alerts table] Fix error on clicking alert reason message (elastic#193693) [Migrations] Remove tests that are not applicable in 9.x (elastic#193699) [EDR Workflows] Set Agent Tamper Protection to false on policy unassignment (elastic#193017) [Inventory][ECO] Enable elastic entity model from inventory (elastic#193557) [EDR Workflows] The host isolation exception tab is hidden on the basic license if no artifacts (elastic#192562) [Entity Analytics] Ensuring definition transforms are managed (elastic#193408) [Automatic Import] Do not remove message field for unstructured logs (elastic#193678) [Fleet] Add missing permissions for connector package (elastic#193573) [Fleet] using @kbn/config-schema part 2 (outputs and other apis) (elastic#193326) [Migrations] Provide testing archives + tooling for migrations integration tests (elastic#193328) [ES|QL] Renames the textbased editor to esql editor (elastic#193521) [ES|QL] Update function metadata (elastic#193662) [Security Solution][Entity Analytics] Scoping the entity store to spaces (elastic#193303) [Docs] Update Sharing docs (elastic#190318) [ML] AIOps: Move Log Rate Analysis results callout to help popover. (elastic#192243) ... # Conflicts: # x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_endpoint/endpoint_info.test.tsx # x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_endpoint/endpoint_info.tsx
Actually, I think |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
This PR updates the function definitions and inline docs based on the latest metadata from Elasticsearch. Co-authored-by: Stratoula Kalafateli <[email protected]> (cherry picked from commit e78ba89)
# Backport This will backport the following commits from `main` to `8.x`: - [[ES|QL] Update function metadata (#193662)](#193662) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kibana Machine","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-23T10:00:34Z","message":"[ES|QL] Update function metadata (#193662)\n\nThis PR updates the function definitions and inline docs based on the\r\nlatest metadata from Elasticsearch.\r\n\r\nCo-authored-by: Stratoula Kalafateli <[email protected]>","sha":"e78ba89cc24c744ccd6137e4d53b10e104f2bd96","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport missing","v9.0.0","backport:prev-minor","Feature:ES|QL","Team:ESQL"],"number":193662,"url":"https://github.com/elastic/kibana/pull/193662","mergeCommit":{"message":"[ES|QL] Update function metadata (#193662)\n\nThis PR updates the function definitions and inline docs based on the\r\nlatest metadata from Elasticsearch.\r\n\r\nCo-authored-by: Stratoula Kalafateli <[email protected]>","sha":"e78ba89cc24c744ccd6137e4d53b10e104f2bd96"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193662","number":193662,"mergeCommit":{"message":"[ES|QL] Update function metadata (#193662)\n\nThis PR updates the function definitions and inline docs based on the\r\nlatest metadata from Elasticsearch.\r\n\r\nCo-authored-by: Stratoula Kalafateli <[email protected]>","sha":"e78ba89cc24c744ccd6137e4d53b10e104f2bd96"}}]}] BACKPORT--> Co-authored-by: Kibana Machine <[email protected]>
This PR updates the function definitions and inline docs based on the latest metadata from Elasticsearch.