Skip to content
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

user names with special characters (like emails) work as expected #145

Open
sfc-gh-abouts opened this issue Nov 20, 2024 · 0 comments
Open

Comments

@sfc-gh-abouts
Copy link

Please update the following code (and all other instances) so that user names with special characters (like emails) work as expected.

line 210:
https://github.com/Snowflake-Labs/sf-samples/blob/main/samples/tasty_bytes/FY25_Zero_To_Snowflake/tb_governance_snowflake_horizon.sql

from:
SET my_user_var = CURRENT_USER();

to:
SET my_user_var = (SELECT '"' || CURRENT_USER() || '"' );

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

No branches or pull requests

1 participant