Skip to content

Commit

Permalink
remove extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Jan 3, 2023
1 parent 5c23660 commit 2844c00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/dbt/cli/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from dbt.config.runtime import load_profile, load_project

if __name__ == "__main__":
project_dir = "/Users/chenyuli/git/jaffle_shop"
# Bypass cli group context configuration entirely and invoke deps directly
cli_args = ["run", "--project-dir", project_dir]

# initialize the dbt runner
Expand All @@ -12,6 +10,7 @@
res, success = dbt.invoke(cli_args)

# preload profile and project
project_dir = "/Users/chenyuli/git/jaffle_shop"
profile = load_profile(project_dir, {}, "testing-postgres")
project = load_project(project_dir, False, profile, {})

Expand Down

0 comments on commit 2844c00

Please sign in to comment.