Skip to content

Commit

Permalink
fix: tests, bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pquadri committed Sep 19, 2024
1 parent 819a4c8 commit f47550b
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 519 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 -> currently untested
Loading

0 comments on commit f47550b

Please sign in to comment.