godatadriven / pytest-dbt-core

Pytest plugin for dbt core
https://pytest-dbt-core.readthedocs.io/en/latest/
Apache License 2.0
54 stars 2 forks source link

Support setting profiles-dir #25

Closed ConstantinoSchillebeeckx closed 1 year ago

ConstantinoSchillebeeckx commented 1 year ago

Description

Allows user to set --profiles-dir instead of needing to set the ENV DBT_PROFILES_DIR - setting this option is more flexible than the ENV because it can be done at the command line or as an INI option.

Checklist

JCZuurmond commented 1 year ago

@ConstantinoSchillebeeckx : I updated the testing matrix. It shows that the set-up fails since dbt 1.4.

ConstantinoSchillebeeckx commented 1 year ago

@JCZuurmond could you kick CI off again please?

ConstantinoSchillebeeckx commented 1 year ago

@JCZuurmond branch protection or repo setup doesn't allow me to merge this - feel free to do it.

JCZuurmond commented 1 year ago

@ConstantinoSchillebeeckx : Your changes are available in the 0.2.0 release. Thanks for your contribution!