Skip to content

Commit

Permalink
Update readme with postgres note (dbt-labs#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilieschario authored and Claire Carroll committed Jan 10, 2020
1 parent 21a0b96 commit 01c525b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Check [dbt Hub](https://hub.getdbt.com/fishtown-analytics/dbt_utils/latest/) for

## Macros
### Cross-database
While these macros are cross database, they do not support all databases.
These macros are provided to make date calculations easier and are not a core part of dbt.
Most date macros are not supported on postgres.

#### current_timestamp ([source](macros/cross_db_utils/current_timestamp.sql))
This macro returns the current timestamp.

Expand Down

0 comments on commit 01c525b

Please sign in to comment.