Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit d093690

Browse files
committed
Use the environment variable when provided
1 parent 098565a commit d093690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def write_usage(self, prog: str, args: str = "", prefix: Optional[str] = None) -
217217
)
218218
@click.option(
219219
"--dbt-profiles-dir",
220+
envvar="DBT_PROFILES_DIR",
220221
default=None,
221222
metavar="PATH",
222223
help="Which directory to look in for the profiles.yml file. If not set, dbt will look in the current working directory first, then HOME/.dbt/",

0 commit comments

Comments
 (0)