You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of the new batch context variable in dbt-core==1.9.0rc2 (dbt-labs/docs.getdbt.com#6585), it is recommended to use node.batch.event_time_start and node.batch.event_time_end over node.config.__dbt_internal.* variables.
With the introduction of the new
batch
context variable in dbt-core==1.9.0rc2 (dbt-labs/docs.getdbt.com#6585), it is recommended to usenode.batch.event_time_start
andnode.batch.event_time_end
overnode.config.__dbt_internal.*
variables.Documentation: https://docs.getdbt.com/reference/dbt-jinja-functions/model#batch-properties-for-microbatch-models
The text was updated successfully, but these errors were encountered: