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()