Idiom
                                            Idiom
                                        
                                    As discussed with Berkay, this is lower priority.
After playing around for a while and feeling confident, i ran the validation pipeline and noticed errors.  Because I was testing deleting CSV files from my hardrive and then...
**[Fix ETL - Move Temp Table to Live + Drop Temp Tables]** There were some bugs/bad assumptions with how the "Temp Table" logic works inside etl.py... I believe i have...
@KatunaNorbert 1. can you share the whole cli summary table? i'd like to see st_ts and end_ts for both raw + etl tables 1. did you try clearing your etl...
@KatunaNorbert i'm pretty sure the reason for the problem is the st_ts: "1d ago" and configuring a sliding window for the lake st_ts and end_ts params.
``` Found the issue and pushed a fix, etl.raw_table_name property was accessed but that doesn't exist. I removed it from the validation function and replaced etl.raw_table_name + etl.bronze_table_names with etl.all_table_names....
I have noticed that `subscription` table was half implemented into the fixture/coverage, and am removing it from the ETL fixture such that we implement it properly when subscriptions are enabled....
```lgtm, but I think we shouldn't remove the slots process from the GQL``` We're removing everything non-critical from the core-flows and adding the complexity back in, bit-by-bit.
Simply integrate the accuracy code when it's ready to go... Do not modify the lake when using old code... the idea was to just use the old code, which is...
Closing this ticket and moving remaining items to some other ticket so i can reconcile outstanding issues.