mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
dbt command get dbt version
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user