-
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 #194371
[ES|QL] Update function metadata #194371
Conversation
Pinging @elastic/kibana-esql (Team:ESQL) |
@@ -7443,6 +7443,21 @@ const toCartesianshapeDefinition: FunctionDefinition = { | |||
], | |||
}; | |||
|
|||
// Do not edit this manually... generated by scripts/generate_function_definitions.ts | |||
const toDateNanosDefinition: FunctionDefinition = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
/ci |
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11101528378 |
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 35fea77)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[ES|QL] Update function metadata (#194371)](#194371) <!--- Backport version: 9.4.3 --> ### 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-30T07:35:13Z","message":"[ES|QL] Update function metadata (#194371)\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":"35fea77bf12f23508d2802f152f6d13b05ac28d5","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","Feature:ES|QL","Team:ESQL"],"title":"[ES|QL] Update function metadata","number":194371,"url":"https://github.com/elastic/kibana/pull/194371","mergeCommit":{"message":"[ES|QL] Update function metadata (#194371)\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":"35fea77bf12f23508d2802f152f6d13b05ac28d5"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194371","number":194371,"mergeCommit":{"message":"[ES|QL] Update function metadata (#194371)\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":"35fea77bf12f23508d2802f152f6d13b05ac28d5"}}]}] BACKPORT-->
This PR updates the function definitions and inline docs based on the latest metadata from Elasticsearch.