Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pquadri committed Jul 16, 2024
1 parent ad3b1ee commit 28d86b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Add the package with the following command:
poetry add git+https://github.com/remoteoss/snowflake-utils.git
```


## Usage

In order to use this package, you have to define 3 required env vars:
Expand Down Expand Up @@ -48,3 +47,8 @@ test_table.copy(
storage_integration=storage_integration,
full_refresh=True,
)
```

## 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.

0 comments on commit 28d86b7

Please sign in to comment.