We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3f1fa8 + 953f7ba commit f076f5bCopy full SHA for f076f5b
src/unify/linked-profiles/setup-guides/snowflake-setup.md
@@ -74,7 +74,8 @@ CREATE USER IF NOT EXISTS identifier($segment_connection_username)
74
MUST_CHANGE_PASSWORD = FALSE
75
DEFAULT_ROLE = $segment_connection_role
76
PASSWORD=$segment_connection_password
77
-COMMENT='Segment Linked Profiles User';
+COMMENT='Segment Linked Profiles User'
78
+TIMEZONE='UTC';
79
80
-- Grant permission to the role to use the warehouse
81
GRANT USAGE ON WAREHOUSE identifier($segment_connection_warehouse) TO ROLE identifier($segment_connection_role);
@@ -180,4 +181,4 @@ USE DATABASE identifier($linked_read_only_database) ;
180
181
SHOW SCHEMAS;
182
SELECT * FROM identifier($table) LIMIT 10;
183
-```
184
+```
0 commit comments