mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
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:
@@ -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