Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mrojas authored Dec 14, 2023
1 parent 0d88eb6 commit 1d0c2dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ new_session = Session.builder.env().appName("app1").create()
>
> ```
> [default]
> accountname = "myaccount"
> username = "user1"
> account = "myaccount"
> user = "user1"
> password = 'xxxxx'
> rolename = "user_role"
> dbname = "demodb"
> schemaname = "public"
> warehousename = "load_wh"
> role = "user_role"
> database = "demodb"
> schema = "public"
> warehouse = "load_wh"
>
>
> [snowpark]
Expand Down

0 comments on commit 1d0c2dc

Please sign in to comment.