paulo_rijnberg
12/19/2022, 1:31 PMfull-refresh
every day. To give a bit more context about my question, let me rephrase this.
Imagine the source returns 10 rows today, it might return 9 rows tomorrow. If we are using the full-refresh
option, this only excludes using the state
. Therefore, it will return all the (9) rows again tomorrow. The "problem" we have is that the "deleted" row, still exists in the database (in our case Snowflake). When performing the full refresh it obviously doesn't do anything with the existing "deleted" row. We want to prevent that this "deleted" row is not included in the BI dashboards. Therefore, we are thinking of deleting the "old" data and replacing it with the "new" data. I would love to include this using Meltano, but I cant find any sources how to perform this.
I am curious what best practices you guys would advise us to handle this situation?Sven Balnojan
12/19/2022, 1:38 PMSven Balnojan
12/19/2022, 1:40 PMSven Balnojan
12/19/2022, 1:43 PMpaulo_rijnberg
12/19/2022, 1:47 PMvisch
12/19/2022, 2:16 PMmeltano run dbt:drop_source_tables tap-name target-name
paulo_rijnberg
12/19/2022, 2:20 PMpat_nadolny
12/19/2022, 2:37 PMjacob_matson
12/19/2022, 4:15 PMjacob_matson
12/19/2022, 4:16 PMpaulo_rijnberg
12/20/2022, 3:11 PMthomas_briggs
12/20/2022, 4:41 PMpaulo_rijnberg
12/20/2022, 4:42 PMthomas_briggs
12/20/2022, 4:43 PMpaulo_rijnberg
12/20/2022, 5:27 PMthomas_briggs
12/20/2022, 5:33 PMnick_hamlin
12/20/2022, 7:01 PMjacob_matson
12/20/2022, 7:23 PMSven Balnojan
12/20/2022, 8:23 PMjacob_matson
12/20/2022, 8:28 PMnick_hamlin
12/20/2022, 8:30 PMdataset_final_FINAL_v2_USE_THIS.xlsx
vibespat_nadolny
12/20/2022, 8:30 PMjacob_matson
12/20/2022, 8:35 PM