Fixed dbt cloud run_res name (#17694)

This commit is contained in:
Onkar Ravgan 2024-09-04 16:58:29 +05:30 committed by GitHub
parent 2237d5a8d5
commit 6cd07071d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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