mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 03:46:10 +00:00
Fixed dbt cloud run_res name (#17694)
This commit is contained in:
parent
2237d5a8d5
commit
6cd07071d7
@ -202,7 +202,7 @@ def _(config: DbtCloudConfig): # pylint: disable=too-many-locals
|
|||||||
try:
|
try:
|
||||||
logger.debug("Requesting [dbt_run_results]")
|
logger.debug("Requesting [dbt_run_results]")
|
||||||
dbt_run_results = client.get(
|
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:
|
except Exception as exc:
|
||||||
logger.debug(
|
logger.debug(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user