name: 'fivetran_transformations'
version: '1.0.0'
config-version: 2

profile: 'snowflake'

model-paths: ["models"]
analysis-paths: ["analyses"]
test-paths: ["tests"]
seed-paths: ["seeds"]
macro-paths: ["macros"]
snapshot-paths: ["snapshots"]

target-path: "target"
clean-targets:
  - "target"
  - "dbt_packages"

vars:
    # Global vars
    oar-procedure-db: "ORCHARD_APP_REPORTING_V2"
    oar-procedure-schema: "PROCEDURES"
