DBT_PROJECT_EXECUTION_HISTORY function: New columns in output (Preview)¶
Attention
This behavior change is in the 2026_02 bundle.
For the current status of the bundle, refer to Bundle history.
When this behavior change bundle is enabled, the output of the DBT_PROJECT_EXECUTION_HISTORY table function in the Snowflake Information Schema includes the following new columns:
Column name |
Data type |
Description |
|---|---|---|
DBT_VERSION |
INTEGER |
The DBT project version. |
DBT_SNOWFLAKE_VERSION |
INTEGER |
The Snowflake dbt project version. |
Ref: 2233