-
Notifications
You must be signed in to change notification settings - Fork 25.7k
ES|QL Views prototype #134995
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
Draft
craigtaverner
wants to merge
62
commits into
elastic:main
Choose a base branch
from
craigtaverner:views_prototype
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
ES|QL Views prototype #134995
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
|
Hi @craigtaverner, I've created a changelog YAML for you. |
f4adfab to
28c0641
Compare
f645590 to
7a59a68
Compare
dbe379c to
c7eb252
Compare
10c5744 to
9e81ef7
Compare
b716097 to
dc8d921
Compare
67a9194 to
4b5f3a8
Compare
Get it from the current ClusterState instead
4b5f3a8 to
3e1fee6
Compare
Changes the structure to look like:
{
"views": [
{
"name": "view1",
"query": "FROM …"
},
{
"name": "otherview",
"query": "FROM …"
}
]
}
3e1fee6 to
406a45f
Compare
406a45f to
14ed7c1
Compare
…rch into views_rest_crud
Initial work on getting views integrated with ES|QL * Access views within FROM command * Add csv-spec tests for non-branching and branching views * Get CsvTests working on views * Updated command-line CsvTestDataLoader for views, and multiple runs
14ed7c1 to
bc7ec4c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Analytics/ES|QL
AKA ESQL
Feature:ES|QL
>feature
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
v9.3.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This walking skeleton is based on the original "ESQL: View" prototype by Nik but removing the new grammar and the use of UnresolvedView, instead keeping only the REST API and the ViewService/ViewMetadata design and aim for a solution that uses the following approach:
Checklist: