dbt-ensure-tag

checks dbt models for tags


License
MIT
Install
pip install dbt-ensure-tag==0.0.3

Documentation

dbt-ensure-tag

Checks dbt models for existence of a tag(s)

Installation

pip install dbt-ensure-tag

Usage

dbt-ensure-tag [filenames]

pre-commit config

repos:
-   repo: https://github.com/j-clemons/dbt-ensure-tag
    rev: v0.0.3
    hooks:
    -   id: dbt-ensure-tag