Skip to content

Commit

Permalink
Fixed dbt Cloud's breaking change environment variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Oct 20, 2024
1 parent d3777b9 commit ee9ae7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/edr/dbt_artifacts/upload_dbt_invocation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
{% set airflow_job_url = server_url ~ "/dags/" ~ job_id ~ "/grid" %}
{% do return(airflow_job_url) %}
{% elif orchestrator == 'dbt_cloud' %}
{% set account_id = elementary.get_var('account_id', ['DBT_ACCOUNT_ID']) %}
{% set account_id = elementary.get_var('account_id', ['DBT_CLOUD_ACCOUNT_ID']) %}
{% set dbt_cloud_project_id = elementary.get_first_env_var(['DBT_CLOUD_PROJECT_ID']) %}
{% set dbt_cloud_job_id = elementary.get_first_env_var(['DBT_CLOUD_JOB_ID']) %}

Expand Down

0 comments on commit ee9ae7a

Please sign in to comment.