Merge branch 'get_current_dbt_version' into 'main'

dbt command get dbt version

See merge request cief-data/dbt_cloud!25
This commit is contained in:
Yam ZhengLim
2023-08-28 07:03:29 +00:00
+7
View File
@@ -0,0 +1,7 @@
-- dbt run-operation get_dbt_version
{% macro get_dbt_version() %}
{% do log("The installed version of dbt is: " ~ dbt_version, info=true) %}
{% endmacro %}