We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd63456 commit ba690aaCopy full SHA for ba690aa
macros/edr/system/system_utils/is_dbt_fusion.sql
@@ -1,5 +1,5 @@
1
{% macro is_dbt_fusion() %}
2
- {% if dbt_version.split(".")[0] | int > 1 %}
+ {% if dbt_version.split(".")[0] | int == 2 %}
3
{% do return(true) %}
4
{% endif %}
5
0 commit comments