Skip to content

Commit

Permalink
chore: readme@
Browse files Browse the repository at this point in the history
  • Loading branch information
pquadri committed Sep 19, 2024
1 parent 819a4c8 commit 4ca77b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,13 @@ test_table.copy(
## Table structure

When initialising the table object you can pass a table structure that contains a dictionary of name: column, where Column is an object that contains the column data type and eventual tags to be applied to the column.

## Authentication methods

You can use multiple authentication methods by either passing `authenticator` to the SnowflakeSettings object or by setting the env variable `SNOWFLAKE_AUTHENTICATOR`.
Available authenticators include:

- `snowflake`: default, username + password
- `username_password_mfa` which also caches the MFA token
- `externalbrowser` to login through the browser
- suppling an Okta domain

0 comments on commit 4ca77b7

Please sign in to comment.