We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1bd94 commit d82342bCopy full SHA for d82342b
docs/examples/UserGuide/Snowflake.jl
@@ -18,7 +18,7 @@
18
# set_sql_mode(snowflake())
19
# ac_id = "string_id"
20
# token = "OAuth_token_string"
21
-# con = connect(:snowflake, ac_id, token, "DEMODB", "PUBLIC", "COMPUTE_WH")
+# con = connect(snowflake(), ac_id, token, "DEMODB", "PUBLIC", "COMPUTE_WH")
22
# # After connection is established, a you may begin querying.
23
# table = dt(con, "MTCARS")
24
# @chain table begin
0 commit comments