Skip to content

Commit

Permalink
Merge pull request #271 from henryhund/patch-1
Browse files Browse the repository at this point in the history
json for in model posthook
  • Loading branch information
drewbanin authored Feb 1, 2017
2 parents c0b57d4 + fd9f47e commit 4956f91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/using-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Incremental models can be configured to both insert new records and update exist
--[model_name].sql

{{
config(
post-hook = "vacuum delete only {{this}} to 100 percent",
)
config({
"post-hook" : "vacuum delete only {{this}} to 100 percent"
})
}}
```

Expand Down

0 comments on commit 4956f91

Please sign in to comment.