document implicit metadata function parameters#497
Open
HarshCasper wants to merge 3 commits intomainfrom
Open
Conversation
Deploying localstack-docs with
|
| Latest commit: |
34cd086
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8715fbdb.localstack-docs.pages.dev |
| Branch Preview URL: | https://harshmishra-doc-74.localstack-docs.pages.dev |
c825e52 to
34cd086
Compare
eruditmorina
approved these changes
Mar 17, 2026
| | RESULT_LIMIT | NUMBER | 100 | Maximum number of rows to return (range: 1–10000) | | ||
| | END_TIME_RANGE_START | TIMESTAMP_LTZ | NULL | Return queries whose end time is at or after this value | | ||
| | END_TIME_RANGE_END | TIMESTAMP_LTZ | NULL | Return queries whose end time is before this value | | ||
| | INCLUDE_CLIENT_GENERATED_STATEMENT | BOOLEAN | NULL | Whether to include client-generated statements | |
There was a problem hiding this comment.
Would be good to also note that even though we accept INCLUDE_CLIENT_GENERATED_STATEMENT parameter, it is not yet applied in the emulator so it defaults to False as the default behaviour of snowflake.
| ## ACCOUNT_USAGE | ||
|
|
||
| The `ACCOUNT_USAGE` schema is available in the special `SNOWFLAKE` database and provides views with account-wide visibility across all databases. Query it using `SNOWFLAKE.ACCOUNT_USAGE.<view_name>`. | ||
|
|
There was a problem hiding this comment.
we also support account_usage.tables so it would be nice to include it.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.