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
I added dbt_artifacts in my project and then run one model.
after this when I query this table for specific model run I can see rows_affected is always showing as 1 and not actual number of rows loaded as part of run.
as part of my run, there are 100 records loaded in my table so I am expecting same 100 value should show in column rows_affected present in table FCT_DBT__MODEL_EXECUTIONS .
please help to fix this as this will be big saver to quickly see how many records got loaded as part my latest model execution.
Thanks a lot in advance for all your help !
The text was updated successfully, but these errors were encountered:
I added dbt_artifacts in my project and then run one model.
after this when I query this table for specific model run I can see rows_affected is always showing as 1 and not actual number of rows loaded as part of run.
as part of my run, there are 100 records loaded in my table so I am expecting same 100 value should show in column rows_affected present in table FCT_DBT__MODEL_EXECUTIONS .
please help to fix this as this will be big saver to quickly see how many records got loaded as part my latest model execution.
Thanks a lot in advance for all your help !
The text was updated successfully, but these errors were encountered: