mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 20:34:03 +00:00
7 lines
167 B
SQL
7 lines
167 B
SQL
-- dbt run-operation get_dbt_version
|
|
|
|
{% macro get_dbt_version() %}
|
|
|
|
{% do log("The installed version of dbt is: " ~ dbt_version, info=true) %}
|
|
|
|
{% endmacro %} |