-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Consolidate DDSQL references #28821
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
Merged
Merged
Consolidate DDSQL references #28821
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
de5506a
Move DDSQL syntax guides to Essentials
estherk15 0d154ee
Move workspaces reference to ddsql
estherk15 b4605ee
Add reference to the workspaces index
estherk15 a2cd50b
Apply suggestions from code review
estherk15 bfcbb53
Apply code review suggestions
estherk15 437c77d
Apply code review suggestion
estherk15 4a9646f
Merge branch 'master' into esther/docs-10588-ddsql-reference
estherk15 a30d753
Rename to DDSQL Preview
estherk15 f92290e
Move DDSQL Tags and Reference Tables docs out of DDSQL Editor
estherk15 d697648
Revise codeowners and move guides
estherk15 4a51c13
Apply suggestions from code review
estherk15 c793566
Code review remove Editor from Preview docs and add product availability
estherk15 629151a
Remove Editor reference from Window functions
estherk15 4336f6a
Clarify Preview syntax for guides
estherk15 2d78849
Merge branch 'master' into esther/docs-10588-ddsql-reference
estherk15 8c2611a
Add Preview note to use cases
estherk15 aa153ad
Merge branch 'master' into esther/docs-10588-ddsql-reference
estherk15 077968d
Capitalize function names for SQL Reference
estherk15 00fa144
Update menu
estherk15 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: DDSQL Reference | ||
type: multi-code-lang | ||
further_reading: | ||
- link: "/ddsql_editor" | ||
tag: "Documentation" | ||
text: "Learn more about the DDSQL Editor" | ||
--- | ||
|
||
## Supported DDSQL Syntax | ||
|
||
DDSQL is a query language for Datadog data. It implements several standard SQL operations, such as `SELECT`, and allows queries against unstructured data, such as [tags][1]. You can perform actions like getting exactly the data you want by writing your own `SELECT` statement, or querying tags as if they are standard table columns. | ||
|
||
{{< whatsnext desc="Syntax references:" >}} | ||
{{< nextlink href="/ddsql_reference/ddsql_default" >}}DDSQL{{< /nextlink >}} | ||
{{< nextlink href="/ddsql_reference/ddsql_preview" >}}DDSQL (Preview){{< /nextlink >}} | ||
{{< /whatsnext >}} | ||
|
||
## Further reading | ||
|
||
{{< partial name="whats-next/whats-next.html" >}} | ||
|
||
[1]: /ddsql_reference/ddsql_preview/tags |
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Nice description