-
Notifications
You must be signed in to change notification settings - Fork 428
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
chore: Metric level fix with object renaming guide #3376
chore: Metric level fix with object renaming guide #3376
Conversation
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.
Please also change L65 in docs/guides/identifiers_rework_design_decisions.md
- from ../docs/resources/grant_privileges_to_account_role
to ../resources/grant_privileges_to_account_role
, thanks from the mountain
RequireStorageIntegrationForStageOperation *bool `ddl:"parameter" sql:"REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION"` | ||
SSOLoginPage *bool `ddl:"parameter" sql:"SSO_LOGIN_PAGE"` | ||
InitialReplicationSizeLimitInTB *string `ddl:"parameter" sql:"INITIAL_REPLICATION_SIZE_LIMIT_IN_TB"` | ||
MetricLevel *MetricLevel `ddl:"parameter" sql:"METRIC_LEVEL"` |
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.
Shouldn't this be at user/session level? Similarly to LOG_LEVEL and TRACE_LEVEL.
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.
There's too much to change. I think we should address only the scope of the issue and tackle other parameters during the overall parameter rework/revisit.
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.
I'm okay with this - we may note it down somewhere in jira.
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.
Added SNOW-1910853
Integration tests failure for 6dc7468e71a331f88c2470b311d8bd68935af3f9 |
Integration tests failure for 3815f127f2b5351f1ea15eee0a5c22fa3e4eada1 |
Integration tests failure for 2a980e9013325b3bf4414430e1338c07bae4d373 |
Integration tests failure for 8dc16e803eb7518f773b888cf34f6cc4b36f43ee |
Integration tests failure for 488df0243f42a8c172cf8965b87f5c70080c6282 |
🤖 I have created a release *beep* *boop* --- ## [1.0.3](v1.0.2...v1.0.3) (2025-02-05) ### 🔧 **Misc** * Add basic performance tests ([#3349](#3349)) ([c57346b](c57346b)) * Add notes about managing grants on hybrid table ([#3368](#3368)) ([e5e98bd](e5e98bd)) * Add preview and stable categories to resources and data sources in docs ([#3370](#3370)) ([b061434](b061434)) * Fix docs and update the protected users list ([#3365](#3365)) ([f23e8cb](f23e8cb)) * Grant ownership common use cases ([#3356](#3356)) ([97813b6](97813b6)) * Metric level fix with object renaming guide ([#3376](#3376)) ([629ff92](629ff92)) * Move technical guides to the guide directory ([#3371](#3371)) ([2b95809](2b95809)) * Prepare authentication methods guide ([#3364](#3364)) ([c4a1c5f](c4a1c5f)) * Publish Performance tests summary ([#3359](#3359)) ([d30d002](d30d002)) * Resolve issues and document account resource ([#3360](#3360)) ([46b7a9d](46b7a9d)) * Upgrade tfplugindocs ([#3361](#3361)) ([89f2b0a](89f2b0a)) ### 🐛 **Bug fixes:** * change EnforceNetworkRulesForInternalStages ddl to parameter ([#3343](#3343)) ([beb01c7](beb01c7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: snowflake-release-please[bot] <105954990+snowflake-release-please[bot]@users.noreply.github.com>
Changes