Python
con = snowflake.connector.connect(
user = "[email protected]",
password = "*******",
account = "ron123" ,
host = "snowflake-locator.yukicomputing.com"
)Last updated
con = snowflake.connector.connect(
user = "[email protected]",
password = "*******",
account = "ron123" ,
host = "snowflake-locator.yukicomputing.com"
)Last updated