Skip to content

document implicit metadata function parameters#497

Open
HarshCasper wants to merge 3 commits intomainfrom
harshmishra/doc-74
Open

document implicit metadata function parameters#497
HarshCasper wants to merge 3 commits intomainfrom
harshmishra/doc-74

Conversation

@HarshCasper
Copy link
Member

No description provided.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 16, 2026

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

@HarshCasper HarshCasper requested a review from hovaesco March 16, 2026 18:26
Copy link

@eruditmorina eruditmorina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % a couple of comments!

| 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 |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we also support account_usage.tables so it would be nice to include it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants