Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramshackle-Jamathon committed Sep 26, 2023
1 parent 2adae73 commit acecd05
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ you can refer to the [`snowflake_async_metrics` asset definition](./purina_usage
2. query the snowflake query_history table for the query_ids in step 1
3. write asset metrics pulled from query_history table metric values

## config

the usage asset requires the following environment variables to function:

- `SNOWFLAKE_USER`
- `SNOWFLAKE_PASSWORD`
- `SNOWFLAKE_ACCOUNT`
- `SNOWFLAKE_WAREHOUSE`

## snowflake role

in order to fetch snowflake specific metric data you will need to create a service role that can access your snowflake account's query history table:
Expand Down

0 comments on commit acecd05

Please sign in to comment.