Open pdaszczynski opened 7 months ago
Hello!
Thanks for this report. If possible can you please edit your post and format your data as tables and code as code snippets using markdown? This would make it easier to read and understand what the issue is.
If not we can edit your post for you however this will delay the process.
Thanks!
Hi Alex, I have updated as you requested.
Thank you. We believe this could be related to #221 but will need to investigate it further as this should have only affected standard satellites.
Hi @DVAlexHiggs We are also facing the same issue while running dbt models in incremental manner. This issue persists even after upgrading automate_dv to 0.10.2. When can we expect the fix for this issue.
Describe the bug When for two last records in stage for one src_dfk has not been changed src_sfk and between previous and current data processing for this particular src_dfk nothing changed eff_sat always insert one additional record to table.
Environment
dbt version: 1.7.8 automate_dv version: 0.10.2 Database/Platform: postgres
To Reproduce Steps to reproduce the behavior:
create effectivity satelite
run dbt couple of times
See result in effectivity satelite
Expected behavior Records like below should not been added all the time when I run dbt
Additional context Not sure but I think this is because there is also same load_date for records and in final query partition by and order in this shape is not enough
AB#5346