dbt command get dbt version

This commit is contained in:
Yam ZhengLim
2023-08-28 07:02:59 +00:00
parent 79ed4deef2
commit eb1b4b6d5e
+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 %}