# Package name
name: 'utils'
version: '1.0'

config-version: 2

# DB connection profile
profile: 'snowflake'

# Paths for various types of files
model-paths: ["models"]
test-paths: ["tests"]
seed-paths: ["data"]
macro-paths: ["macros"]

# Path to store compiled SQL files after running
target-path: "target"

# Paths to be removed with "dbt clean"
clean-targets:
    - "target"
    - "dbt_modules"
