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
In dbt-labs/dbt-adapters#360, we're trying to ensure each batch ends up making a distinct temp_relation in the data warehouse (as they are currently using the sametemp_relation which is bad). In order for each batch to have a different temp_relation, we need to ensure that there is some sort of batch identifier information in the model context. We believe it would be best to start supplying a batch_id which for a given microbatch model is guaranteed to be unique, but is also human-readable to aid in debugging.
The text was updated successfully, but these errors were encountered:
In dbt-labs/dbt-adapters#360, we're trying to ensure each batch ends up making a distinct
temp_relation
in the data warehouse (as they are currently using the sametemp_relation
which is bad). In order for each batch to have a differenttemp_relation
, we need to ensure that there is some sort of batch identifier information in the model context. We believe it would be best to start supplying abatch_id
which for a given microbatch model is guaranteed to be unique, but is also human-readable to aid in debugging.The text was updated successfully, but these errors were encountered: