Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: ROWS_AFFECTED column in table FCT_DBT__MODEL_EXECUTIONS shows always 1 #407

Open
sushildjoshi opened this issue Nov 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@sushildjoshi
Copy link

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 !

@sushildjoshi sushildjoshi added the bug Something isn't working label Nov 24, 2023
@jared-rimmer
Copy link
Member

Hi @sushildjoshi are you able to provide any more context on this error:

  • Version of dbt artifacts
  • Version of dbt
  • The database you're using
  • The type of materialisation you're using for the table
  • any more info you can provide to help us look into this for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants