Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahhansen committed Feb 19, 2020
1 parent dc349c8 commit d10dd4d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# snowflake-helper-dbt
A re-usable Snowflake helper package for dbt

## Macros
### Materializations
Custom materializations which leverage native Snowflake capabilities

#### sfc_incremental
An incremental materialization pattern leveraging Snowflake streams

#### sfc_task
An experimental materialization to manage Snowflake tasks. Not sure if this fits the dbt paradigm correctly.
16 changes: 16 additions & 0 deletions docs/project_overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% docs __overview__ %}

# snowflake-helper-dbt
A re-usable Snowflake helper package for dbt

## Macros
### Materializations
Custom materializations which leverage native Snowflake capabilities

#### sfc_incremental
An incremental materialization pattern leveraging Snowflake streams

#### sfc_task
An experimental materialization to manage Snowflake tasks. Not sure if this fits the dbt paradigm correctly.

{% enddocs %}

0 comments on commit d10dd4d

Please sign in to comment.