We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d8fde commit e0aae97Copy full SHA for e0aae97
1 file changed
macros/edr/dbt_artifacts/upload_dbt_tests.sql
@@ -73,7 +73,7 @@
73
{% set meta = elementary.get_node_meta(node_dict) %}
74
75
{% set description = none %}
76
- {% if dbt_version >= "1.9.0" and node_dict.get("description") %}
+ {% if node_dict.get("description") %}
77
{% set description = node_dict.get("description") %}
78
{% elif meta.get("description") %} {% set description = meta.pop("description") %}
79
{% elif default_description %} {% set description = default_description %}
0 commit comments