From 92ba453f83175c6bc6f42c7d9be69c482f69ad3b Mon Sep 17 00:00:00 2001 From: lefthanded78 <84017838+lefthanded78@users.noreply.github.com> Date: Thu, 13 Apr 2023 07:28:22 +0200 Subject: [PATCH] Feat/cli parameter cloud host not taken into account (#72) * fixed issue #71 * remove stub from cli.py --------- Co-authored-by: Marcel Aretz --- dbt_cloud/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dbt_cloud/cli.py b/dbt_cloud/cli.py index 6dfba26..a95348e 100644 --- a/dbt_cloud/cli.py +++ b/dbt_cloud/cli.py @@ -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()