Skip to content

Commit

Permalink
Fixed dbt cloud run_res name (#17694)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarVO7 authored Sep 4, 2024
1 parent 2237d5a commit 6cd0707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def _(config: DbtCloudConfig): # pylint: disable=too-many-locals
try:
logger.debug("Requesting [dbt_run_results]")
dbt_run_results = client.get(
f"/accounts/{account_id}/runs/{run_id}/artifacts/{DBT_RUN_RESULTS_FILE_NAME}"
f"/accounts/{account_id}/runs/{run_id}/artifacts/{DBT_RUN_RESULTS_FILE_NAME}.json"
)
except Exception as exc:
logger.debug(
Expand Down

0 comments on commit 6cd0707

Please sign in to comment.