issues
search
arnoN7
/
dbt-incremental-stream
DBT Package reproducing dbt incremental materialization leveraging on Snowflake streams
MIT License
25
stars
4
forks
source link
Macro optimization: drop view once MERGE or full-refresh is done: db cleanup
#1
Closed
ramandatascientist
closed
1 year ago
ramandatascientist
commented
1 year ago
Requesting to add a logic that will drop the tmp
view
once the
MERGE
or
full refresh
is complete
Currently, it is configured to be persistent and it will cause confusion to our end users
arnoN7
commented
1 year ago
Done in 1.1.0
view
once the MERGE or full refresh is complete