snth / postgres

Postgres utility package for dbt (getdbt.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgres data models and utilities

dbt models for Postgres databases

Macros

index (source)

This macro creates an index on a given column.

Usage:

{{
config({
    "post-hook": [
      "{{ postgres.index(this, 'id')}}",
    ],
    })
}}

About

Postgres utility package for dbt (getdbt.com)

License:Apache License 2.0


Languages

Language:TSQL 100.0%