Skip to content

Commit

Permalink
Feat/cli parameter cloud host not taken into account (#72)
Browse files Browse the repository at this point in the history
* fixed issue #71

* remove stub from cli.py

---------

Co-authored-by: Marcel Aretz <marcel.aretz@rtl.de>
  • Loading branch information
lefthanded78 and Marcel Aretz committed Apr 13, 2023
1 parent 2ee8f71 commit 92ba453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt_cloud/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def run(wait, file, **kwargs):
run_get_command = DbtCloudRunGetCommand(
api_token=command.api_token,
account_id=command.account_id,
dbt_cloud_host=command.dbt_cloud_host,
run_id=run_id,
)
response = run_get_command.execute()
Expand Down

0 comments on commit 92ba453

Please sign in to comment.