z3z1ma / dbt-osmosis

Provides automated YAML management, a dbt server, streamlit workbench, and git-integrated dbt model output diff tools
https://z3z1ma.github.io/dbt-osmosis/
Apache License 2.0
422 stars 45 forks source link

fix a bug in the example code for source definitions #75

Closed mkzoi closed 11 months ago

mkzoi commented 11 months ago

Hi all,

the dbt-osmosis block was missing in the source examples, this pull request fixes that.

vars:
  dbt-osmosis:                              # <- was missing
    # a source with a different schema
    salesforce:
      path: "staging/salesforce/source.yml"
      schema: "salesforce_v2"

Cheers!

z3z1ma commented 11 months ago

Thanks for the catch!