edx/snowflake_timetravel_table

How to use this package

Opened this issue · 1 comments

Hello. I would like to try out this materialization, but the package does not seem to be on the dbt package index at the time of this issue. Would someone possibly be able to tell me how I can install? Thank you.

Add the following in your packages.yml file

packages:
  - git: "https://github.com/edx/snowflake_timetravel_table.git"
    revision: 0.0.4

The next time you run dbt deps, it should theoretically work.