Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Jan 9, 2025
1 parent 99be44f commit 59dab68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,11 @@ def gen_hide_args_yaml(parse: bool) -> None:
from dbt.cli.main import dbtRunner
os.environ["DO_NOT_TRACK"] = "1"
dbtRunner().invoke(
["parse"],
profiles_dir=op.join(op.dirname(__file__), "integration_tests", "profiles"),
project_dir=op.dirname(__file__)
[
"parse",
"--profiles-dir", op.join(op.dirname(__file__), "integration_tests", "profiles"),
"--project-dir", op.dirname(__file__)
]
)

exclude_from_hiding = ["ols"]
Expand Down

0 comments on commit 59dab68

Please sign in to comment.